public interface SystemEventPublisher
BaseDocumentTransformer
or bean that needs to send events/traps.SystemEventPublisherAware
Modifier and Type | Field and Description |
---|---|
static String |
SUBSYSTEM_CONNECTOR |
static String |
SUBSYSTEM_ESB |
static String |
SUBSYSTEM_GC |
static String |
SUBSYSTEM_HARDWARE |
static String |
SUBSYSTEM_INDEX |
static String |
SUBSYSTEM_INGESTION |
static String |
SUBSYSTEM_NODEHEALTH |
static String |
SUBSYSTEM_OS |
static String |
SUBSYSTEM_PROCESS |
static String |
SUBSYSTEM_QUERY |
static String |
SUBSYSTEM_SQLSDK |
Modifier and Type | Method and Description |
---|---|
void |
fatalEvent(String subsystem,
String description,
Map<String,String> metadata)
Publishes an event with severity
SYS_FATAL to the platform. |
void |
infoEvent(String subsystem,
String description,
Map<String,String> metadata)
Publishes an event with severity
SYS_INFO to the platform. |
void |
warnEvent(String subsystem,
String description,
Map<String,String> metadata)
Publishes an event with severity
SYS_WARN to the platform. |
static final String SUBSYSTEM_HARDWARE
static final String SUBSYSTEM_OS
static final String SUBSYSTEM_GC
static final String SUBSYSTEM_PROCESS
static final String SUBSYSTEM_ESB
static final String SUBSYSTEM_INDEX
static final String SUBSYSTEM_INGESTION
static final String SUBSYSTEM_QUERY
static final String SUBSYSTEM_CONNECTOR
static final String SUBSYSTEM_NODEHEALTH
static final String SUBSYSTEM_SQLSDK
void infoEvent(String subsystem, String description, Map<String,String> metadata)
SYS_INFO
to the platform.subsystem
- description
- metadata
- void warnEvent(String subsystem, String description, Map<String,String> metadata)
SYS_WARN
to the platform.subsystem
- description
- metadata
- Copyright © 2018 Attivio, Inc. All Rights Reserved.
PATENT NOTICE: Attivio, Inc. Software Related Patents. With respect to the Attivio software product(s) being used, the following patents apply: Querying Joined Data Within A Search Engine Index: United States Patent No.(s): 8,073,840. Ordered Processing of Groups of Messages: U.S. Patent No.(s) 8,495,656. Signal processing approach to sentiment analysis for entities in documents: U.S. Patent No.(s) 8,725,494. Other U.S. and International Patents Pending.