| Package | Description |
|---|---|
| net.engio.mbassy.bus | |
| net.engio.mbassy.bus.common | |
| net.engio.mbassy.bus.error | |
| net.engio.mbassy.subscription |
| Modifier and Type | Method and Description |
|---|---|
Collection<IPublicationErrorHandler> |
AbstractPubSubSupport.getRegisteredErrorHandlers() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPubSubSupport.addErrorHandler(IPublicationErrorHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
Collection<IPublicationErrorHandler> |
ErrorHandlingSupport.getRegisteredErrorHandlers()
Returns an immutable collection containing all the registered error handlers
|
| Modifier and Type | Method and Description |
|---|---|
void |
ErrorHandlingSupport.addErrorHandler(IPublicationErrorHandler errorHandler)
Publication errors may occur at various points of time during message delivery.
|
| 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> |
SubscriptionContext.getErrorHandlers()
Get the error handlers registered with the enclosing bus.
|
| Constructor and Description |
|---|
SubscriptionContext(BusRuntime runtime,
MessageHandler handlerMetadata,
Collection<IPublicationErrorHandler> errorHandlers) |
Copyright © 2014. All rights reserved.