| Package | Description |
|---|---|
| net.engio.mbassy.bus | |
| net.engio.mbassy.bus.error |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPubSubSupport.handlePublicationError(PublicationError error) |
| Modifier and Type | Method and Description |
|---|---|
PublicationError |
PublicationError.setCause(Throwable cause)
Assigns the cause of this PublicationError.
|
PublicationError |
PublicationError.setHandler(Method handler) |
PublicationError |
PublicationError.setListener(Object listener) |
PublicationError |
PublicationError.setMessage(String message) |
PublicationError |
PublicationError.setPublishedMessage(Object publishedMessage) |
| Modifier and Type | Method and Description |
|---|---|
void |
IPublicationErrorHandler.handleError(PublicationError error)
Handle the given publication error.
|
void |
IPublicationErrorHandler.ConsoleLogger.handleError(PublicationError error)
Handle the given publication error.
|
Copyright © 2015. All rights reserved.