public MessagingServiceInternal extends MessagingService
Modifier and Type | Method and Description |
---|---|
void |
stop()
Initiates shutdown: if called from a thread that isn't controlled by the executor passed to the constructor
then this will block until all in-flight messages have finished being handled and acknowledged. If called
from a thread that's a part of the AffinityExecutor given to the constructor, it returns immediately and
shutdown is asynchronous.
|
addMessageHandler, addMessageHandler, createMessage, getAddressOfParty, getMyAddress, removeMessageHandler, send
void stop()
Initiates shutdown: if called from a thread that isn't controlled by the executor passed to the constructor then this will block until all in-flight messages have finished being handled and acknowledged. If called from a thread that's a part of the AffinityExecutor given to the constructor, it returns immediately and shutdown is asynchronous.