Uses of Interface
fish.payara.nucleus.eventbus.MessageReceiver
-
-
Uses of MessageReceiver in fish.payara.appserver.micro.services
Classes in fish.payara.appserver.micro.services that implement MessageReceiver Modifier and Type Class Description classPayaraInstanceImplInternal Payara Service for describing instances -
Uses of MessageReceiver in fish.payara.ejb.timer.hazelcast
Classes in fish.payara.ejb.timer.hazelcast that implement MessageReceiver Modifier and Type Class Description classHazelcastTimerStoreStore for EJB timers that exist across a Hazelcast cluster. -
Uses of MessageReceiver in fish.payara.nucleus.eventbus
Methods in fish.payara.nucleus.eventbus with parameters of type MessageReceiver Modifier and Type Method Description booleanEventBus. addMessageReceiver(String topic, MessageReceiver mr)Adds a message receiver to listen to message send on the Hazelcast EventBusvoidEventBus. removeMessageReceiver(String topic, MessageReceiver mr)Stops a message receiver from listening to messages on the specified topic -
Uses of MessageReceiver in fish.payara.persistence.eclipselink.cache.coordination
Classes in fish.payara.persistence.eclipselink.cache.coordination that implement MessageReceiver Modifier and Type Class Description classHazelcastTopicRemoteConnectionHazelcastBroadcastRemoteConnectionimplementing the HZMessageListenerinterface. -
Uses of MessageReceiver in fish.payara.service.example
Classes in fish.payara.service.example that implement MessageReceiver Modifier and Type Class Description classExampleServiceAn example of a service which can be used as an aid to developing future services The service implements Event Listener to hook into the Sever wide events system The service implements MessageReceiver to hook into the cluster wide messaging system The service implements ConfigListener to receive notifications if it's configuration changes Note you do not need to inject all the services below they are just examples of what is available Note if you need to respond to configuration changes and be dynamic then implement the ConfigListener interface if you are unable to respond to config changes don't implement the interface. -
Uses of MessageReceiver in org.glassfish.persistence.ejb.entitybean.container.distributed
Classes in org.glassfish.persistence.ejb.entitybean.container.distributed that implement MessageReceiver Modifier and Type Class Description classReadOnlyBeanMessageCallBack
-