| Modifier and Type | Class and Description |
|---|---|
class |
PayaraInstanceImpl
Internal Payara Service for describing instances
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
EventBus.addMessageReceiver(String topic,
MessageReceiver mr)
Adds a message receiver to listen to message send on the Hazelcast EventBus
|
void |
EventBus.removeMessageReceiver(String topic,
MessageReceiver mr)
Stops a message receiver from listening to messages on the specified topic
|
| Modifier and Type | Class and Description |
|---|---|
class |
HazelcastTopicRemoteConnection
Hazelcast
BroadcastRemoteConnection implementing the HZ MessageListener interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
ExampleService
An 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReadOnlyBeanMessageCallBack |
Copyright © 2019. All rights reserved.