Interface PayloadHandler
- All Known Implementing Classes:
- ClusterSearchEngine,- ClusterStore,- 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 SummaryModifier and TypeMethodDescriptionInvoked when a new message arrives from the cluster.
- 
Method Details- 
handleInvoked when a new message arrives from the cluster.- Parameters:
- payload- Payload to be processed
- Returns:
- The response to the received message
- Throws:
- com.logicaldoc.core.PersistenceException- Error in the data layer
 
 
-