Package com.gigaspaces.log
Interface ClientLogEntryMatcherCallback
- All Superinterfaces:
LogEntryMatcher,Serializable
- All Known Implementing Classes:
ContinuousLogEntryMatcher,ForwardChunkLogEntryMatcher,ReverseLogEntryMatcher
A marker interface for a specific
LogEntryMatcher marking it as needed
to have extra processing step when it is received on the client side.
Will be called automatically when used with the Admin API.
- Author:
- kimchy
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.gigaspaces.log.LogEntryMatcher
LogEntryMatcher.InitializationContext, LogEntryMatcher.Operation -
Method Summary
Modifier and TypeMethodDescriptionclientSideProcess(LogEntries entries) Process the log entries and use the resulted entries.Methods inherited from interface com.gigaspaces.log.LogEntryMatcher
entries, initialize, match
-
Method Details
-
clientSideProcess
Process the log entries and use the resulted entries.
-