Package fish.payara.nucleus.eventbus
Interface MessageReceiver<T extends Serializable>
-
- Type Parameters:
T- The type of the message payload
- All Known Implementing Classes:
ExampleService,HazelcastTimerStore,HazelcastTopicRemoteConnection,PayaraInstanceImpl,ReadOnlyBeanMessageCallBack
public interface MessageReceiver<T extends Serializable>A MessageReciever object can processClusterMessageobject sent through Hazelcast- Author:
- steve
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreceiveMessage(ClusterMessage<T> message)Method to call when aClusterMessageis received
-
-
-
Method Detail
-
receiveMessage
void receiveMessage(ClusterMessage<T> message)
Method to call when aClusterMessageis received- Parameters:
message-
-
-