Uses of Class
fish.payara.nucleus.eventbus.ClusterMessage
-
-
Uses of ClusterMessage in fish.payara.appserver.micro.services
Methods in fish.payara.appserver.micro.services with parameters of type ClusterMessage Modifier and Type Method Description voidPayaraInstanceImpl. receiveMessage(ClusterMessage msg) -
Uses of ClusterMessage in fish.payara.ejb.timer.hazelcast
Methods in fish.payara.ejb.timer.hazelcast with parameters of type ClusterMessage Modifier and Type Method Description voidHazelcastTimerStore. receiveMessage(ClusterMessage<EjbTimerEvent> ejbTimerEvent) -
Uses of ClusterMessage in fish.payara.nucleus.eventbus
Methods in fish.payara.nucleus.eventbus with parameters of type ClusterMessage Modifier and Type Method Description booleanEventBus. publish(String topic, ClusterMessage message)Sends out a message to all listeners in the Hazelcast sluster that are listening to the topicvoidMessageReceiver. receiveMessage(ClusterMessage<T> message)Method to call when aClusterMessageis received -
Uses of ClusterMessage in fish.payara.persistence.eclipselink.cache.coordination
Methods in fish.payara.persistence.eclipselink.cache.coordination with parameters of type ClusterMessage Modifier and Type Method Description voidHazelcastTopicRemoteConnection. receiveMessage(ClusterMessage<HazelcastPayload> message)Receives any published message containing hz payload. -
Uses of ClusterMessage in fish.payara.service.example
Methods in fish.payara.service.example with parameters of type ClusterMessage Modifier and Type Method Description voidExampleService. receiveMessage(ClusterMessage message)This is the required method for the Payara Specific cluster wide event bus -
Uses of ClusterMessage in org.glassfish.persistence.ejb.entitybean.container.distributed
Methods in org.glassfish.persistence.ejb.entitybean.container.distributed with parameters of type ClusterMessage Modifier and Type Method Description voidReadOnlyBeanMessageCallBack. receiveMessage(ClusterMessage cm)
-