T - The type of message this bus consumesP - The publication commands this bus supports depend on Ppublic abstract class AbstractSyncAsyncMessageBus<T,P extends ISyncAsyncPublicationCommand> extends AbstractPubSubSupport<T> implements IMessageBus<T,P>
ERROR_HANDLER_MSG| Modifier and Type | Method and Description |
|---|---|
boolean |
hasPendingMessages()
Check whether any asynchronous message publications are pending to be processed
|
void |
shutdown()
Shutdown the bus such that it will stop delivering asynchronous messages.
|
getRegisteredErrorHandlers, getRuntime, subscribe, toString, unsubscribeequals, getClass, hashCode, notify, notifyAll, wait, wait, waitpostpublish, subscribe, unsubscribegetRuntimegetRegisteredErrorHandlerspublic void shutdown()
IMessageBusshutdown in interface IMessageBus<T,P extends ISyncAsyncPublicationCommand>public boolean hasPendingMessages()
IMessageBushasPendingMessages in interface IMessageBus<T,P extends ISyncAsyncPublicationCommand>Copyright © 2018. All rights reserved.