| Package | Description |
|---|---|
| fish.payara.appserver.micro.services | |
| fish.payara.nucleus.eventbus | |
| fish.payara.service.example |
| Modifier and Type | Method and Description |
|---|---|
void |
PayaraInstanceImpl.receiveMessage(ClusterMessage msg) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EventBus.publish(String topic,
ClusterMessage message) |
void |
MessageReceiver.receiveMessage(ClusterMessage<T> message)
Method to call when a
ClusterMessage is received |
| Modifier and Type | Method and Description |
|---|---|
void |
ExampleService.receiveMessage(ClusterMessage message)
This is the required method for the Payara Specific cluster wide event bus
|
Copyright © 2017. All rights reserved.