Interface PayloadHandler
-
- All Known Implementing Classes:
ClusterSearchEngine
,ScopedContextProperties
public interface PayloadHandler
Implementations 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 Object
handle(Payload payload)
Invoked when a new message arrives from the cluster.
-