| Interface | Description |
|---|---|
| IPublicationErrorHandler |
Publication error handlers are provided with a publication error every time an
error occurs during message publication.
|
| Class | Description |
|---|---|
| IPublicationErrorHandler.ConsoleLogger |
The default error handler will simply log to standard out and
print the stack trace if available.
|
| PublicationError |
Publication errors are created when object publication fails
for some reason and contain details as to the cause and location
where they occurred.
|
| 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 © 2014. All rights reserved.