Interface ClientLogEntryMatcherCallback

All Superinterfaces:
LogEntryMatcher, Serializable
All Known Implementing Classes:
ContinuousLogEntryMatcher, ForwardChunkLogEntryMatcher, ReverseLogEntryMatcher

public interface ClientLogEntryMatcherCallback extends LogEntryMatcher
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
  • Method Details

    • clientSideProcess

      LogEntries clientSideProcess(LogEntries entries)
      Process the log entries and use the resulted entries.