public interface ClusterService
Surf itself is insulated from the specific cluster implementation and is only aware of how to receive and post simple Map based message payloads of Serializable objects.
| Modifier and Type | Method and Description |
|---|---|
void |
publishClusterMessage(String messageType,
Map<String,Serializable> payload)
Publish a cluster message from this bean to be sent to other nodes.
|
void publishClusterMessage(String messageType, Map<String,Serializable> payload)
messageType - The unique cluster Type ID to indicate the handler bean for this mesage.payload - Message payloadCopyright © 2005–2016 Alfresco Software. All rights reserved.