public static interface MessageDispatchRegistry.BlockingHandler<T extends Message>
| Modifier and Type | Method and Description |
|---|---|
Message |
blockingSend(T message)
Handle the given message.
|
void |
shutdown()
Cleanly shut down the handler.
|
Message blockingSend(T message) throws CommunicationException
message - A Message.CommunicationException - If an error occurs.void shutdown()
Copyright © 2000-2014. All Rights Reserved.