Package | Description |
---|---|
net.engio.mbassy.bus | |
net.engio.mbassy.bus.error | |
net.engio.mbassy.subscription |
Modifier and Type | Method and Description |
---|---|
PublicationError |
MessagePublication.getError() |
PublicationError |
IMessagePublication.getError() |
Modifier and Type | Method and Description |
---|---|
void |
MessagePublication.markError(PublicationError error) |
Modifier and Type | Class and Description |
---|---|
class |
InternalPublicationError
This type of publication error is used to communicate technical/library related errors as opposed to errors in client code, i.e.
|
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.setPublication(IMessagePublication publication) |
PublicationError |
PublicationError.setPublishedMessage(Object message) |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
SubscriptionContext.handleError(PublicationError error) |
Copyright © 2018. All rights reserved.