Interface | Description |
---|---|
IPublicationErrorHandler |
Publication error handlers are provided with a publication error every time an
error occurs during message publication.
|
Class | Description |
---|---|
InternalPublicationError |
This type of publication error is used to communicate technical/library related errors as opposed to errors in client code, i.e.
|
IPublicationErrorHandler.ConsoleLogger |
The default error handler will simply log to standard out and
print the stack trace if available.
|
PublicationError |
Publication errors are used to communicate exceptions that occur during message publication.
|
Exception | Description |
---|---|
MessageBusException |
The universal exception type for message bus implementations.
|
MissingPropertyException |
This exception is thrown when a property value that is unavailable at runtime is accessed.
|
Copyright © 2018. All rights reserved.