|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EventBatchListener
Implementations of this interface like to be notified of arriving batches of LoggingEvents, but may only be interested in those coming from a particular source
| Method Summary | |
|---|---|
java.lang.String |
getInterestedIdentifier()
Returns the string representing the identifier that this instance is only interested in, or null if this instance is interested in ALL events from any identifier |
void |
receiveEventBatch(java.lang.String identifier,
java.util.List events)
Implementations receive a list of LoggingEvent instances only if they are interested, that is, if the source of the eventBatch matches this instances interested identifier |
| Method Detail |
|---|
java.lang.String getInterestedIdentifier()
void receiveEventBatch(java.lang.String identifier,
java.util.List events)
events - List of LoggingEvent instancesidentifier - the identifier this list of LoggingEvents is associated with
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||