| Package | Description |
|---|---|
| io.pythagoras.messagebus.core |
| Modifier and Type | Class and Description |
|---|---|
class |
BusMessage |
| Modifier and Type | Method and Description |
|---|---|
void |
IMessageBus.receiveMessage(IBusMessage busMessage)
Handles a generic message coming in from the message Bus, and converts it into the
specific contract types and dispatches it.
|
void |
MessageBusService.receiveMessage(IBusMessage busMessage)
Handles a generic message coming in from the message Bus, and converts it into the
specific contract types and dispatches it.
|
void |
IMessageBusAdapter.sendMessage(IBusMessage message)
Sends a message out to the bus implementation.
|
Copyright © 2018. All rights reserved.