public class SubscriptionContext extends Object implements RuntimeProvider
| Constructor and Description |
|---|
SubscriptionContext(BusRuntime runtime,
MessageHandler handlerMetadata,
Collection<IPublicationErrorHandler> errorHandlers) |
| Modifier and Type | Method and Description |
|---|---|
Collection<IPublicationErrorHandler> |
getErrorHandlers()
Get the error handlers registered with the enclosing bus.
|
MessageHandler |
getHandlerMetadata()
Get the meta data that specifies the characteristics of the message handler
that is associated with this context
|
BusRuntime |
getRuntime() |
public SubscriptionContext(BusRuntime runtime, MessageHandler handlerMetadata, Collection<IPublicationErrorHandler> errorHandlers)
public MessageHandler getHandlerMetadata()
public Collection<IPublicationErrorHandler> getErrorHandlers()
public BusRuntime getRuntime()
getRuntime in interface RuntimeProviderCopyright © 2014. All rights reserved.