Interface PayloadHandler
-
- All Known Implementing Classes:
ClusterSearchEngine,ScopedContextProperties
public interface PayloadHandlerImplementations of this interface will handle new incoming messages from other notes of the cluster.- Since:
- 6.5
- Author:
- Marco Meschieri - LogicalDOC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objecthandle(Payload payload)Invoked when a new message arrives from the cluster.
-