GigaSpaces XAP 9.7.2 API

com.gigaspaces.log
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

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.gigaspaces.log.LogEntryMatcher
LogEntryMatcher.InitializationContext, LogEntryMatcher.Operation
 
Method Summary
 LogEntries clientSideProcess(LogEntries entries)
          Process the log entries and use the resulted entries.
 
Methods inherited from interface com.gigaspaces.log.LogEntryMatcher
entries, initialize, match
 

Method Detail

clientSideProcess

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


GigaSpaces XAP 9.7.2 API

Copyright © GigaSpaces.