public interface ISyncMessageBus<T,P extends ISyncMessageBus.ISyncPostCommand> extends PubSubSupport<T>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ISyncMessageBus.ISyncPostCommand
A post command is used as an intermediate object created by a call to the message bus' post method.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addErrorHandler(IPublicationErrorHandler errorHandler)
Publication errors may occur at various points of time during message delivery.
|
Collection<IPublicationErrorHandler> |
getRegisteredErrorHandlers()
Returns an immutable collection containing all the registered error handlers
|
P |
post(T message) |
publish, subscribe, unsubscribevoid addErrorHandler(IPublicationErrorHandler errorHandler)
errorHandler - Collection<IPublicationErrorHandler> getRegisteredErrorHandlers()
Copyright © 2013. All Rights Reserved.