| Modifier and Type | Method and Description |
|---|---|
void |
PayaraInstanceImpl.receiveMessage(ClusterMessage msg) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EventBus.publish(String topic,
ClusterMessage message)
Sends out a message to all listeners in the Hazelcast sluster that are
listening to the topic
|
void |
MessageReceiver.receiveMessage(ClusterMessage<T> message)
Method to call when a
ClusterMessage is received |
| Modifier and Type | Method and Description |
|---|---|
void |
HazelcastTopicRemoteConnection.receiveMessage(ClusterMessage<HazelcastPayload> message)
Receives any published message containing hz payload.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExampleService.receiveMessage(ClusterMessage message)
This is the required method for the Payara Specific cluster wide event bus
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReadOnlyBeanMessageCallBack.receiveMessage(ClusterMessage cm) |
Copyright © 2019. All rights reserved.