| Package | Description |
|---|---|
| net.engio.mbassy | |
| net.engio.mbassy.bus |
| Modifier and Type | Class and Description |
|---|---|
static class |
IPublicationErrorHandler.ConsoleLogger
The default error handler will simply log to standard out and
print the stack trace if available.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<IPublicationErrorHandler> |
AbstractSyncMessageBus.getRegisteredErrorHandlers() |
Collection<IPublicationErrorHandler> |
ISyncMessageBus.getRegisteredErrorHandlers()
Returns an immutable collection containing all the registered error handlers
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSyncMessageBus.addErrorHandler(IPublicationErrorHandler handler) |
void |
ISyncMessageBus.addErrorHandler(IPublicationErrorHandler errorHandler)
Publication errors may occur at various points of time during message delivery.
|
Copyright © 2013. All Rights Reserved.