public interface MessageDeliverer
Modifier and Type | Method and Description |
---|---|
String |
getDelivererType()
The type of the message deliverer.
|
int |
getPriority() |
void |
sendMessage(DeliveryContext<?> deliveryContext)
Perform sending of a message using the provided delivery context.
|
void sendMessage(DeliveryContext<?> deliveryContext)
deliveryContext
- the delivery context that can be used to transfer data between multiple deliversString getDelivererType()
int getPriority()