| Modifier and Type | Method and Description |
|---|---|
void |
MonitoringException.addEvent(Event event)
Adds the event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MonitoringException.addEvents(Collection<Event> eventCollection)
Adds the events.
|
| Constructor and Description |
|---|
MonitoringException(String code,
String message,
Throwable t,
Event event)
Instantiates a new monitoring exception.
|
| Constructor and Description |
|---|
MonitoringException(String code,
String message,
Throwable t,
List<Event> events)
Instantiates a new monitoring exception.
|
| Modifier and Type | Method and Description |
|---|---|
Event |
EventRepository.readEvent(long id)
Read event from database.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventRepository.writeEvent(Event event)
Write event to database.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
JxPathFilter.filter(Event event) |
boolean |
StringContentFilter.filter(Event event)
Filter event if word occurs in wordsToFilter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomInfoHandler.handleEvent(Event event) |
void |
ContentLengthHandler.handleEvent(Event event)
Cut the message content to the configured length.
|
void |
PasswordHandler.handleEvent(Event event)
Replaces all configured elements with a ---replaced--- string.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MonitoringService.putEvents(List<Event> events)
Handle the event with all configured handlers.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
EventFilter.filter(Event event)
Filter the events.
|
void |
EventHandler.handleEvent(Event event)
Handle event.
|
Copyright © 2011–2015 Talend Inc.. All rights reserved.