public interface ErrorHandlingSupport
| Modifier and Type | Method and Description |
|---|---|
void |
addErrorHandler(IPublicationErrorHandler errorHandler)
Publication errors may occur at various points of time during message delivery.
|
Collection<IPublicationErrorHandler> |
getRegisteredErrorHandlers()
Returns an immutable collection containing all the registered error handlers
|
void addErrorHandler(IPublicationErrorHandler errorHandler)
errorHandler - Collection<IPublicationErrorHandler> getRegisteredErrorHandlers()
Copyright © 2015. All rights reserved.