public class SubscriptionContext<Bus extends ISyncMessageBus> extends Object
| Constructor and Description |
|---|
SubscriptionContext(Bus owningBus,
MessageHandlerMetadata handlerMetadata) |
| Modifier and Type | Method and Description |
|---|---|
MessageHandlerMetadata |
getHandlerMetadata()
Get the meta data that specifies the characteristics of the message handler
that is associated with this context
|
Bus |
getOwningBus()
Get a reference to the message bus this context belongs to
|
public SubscriptionContext(Bus owningBus, MessageHandlerMetadata handlerMetadata)
public Bus getOwningBus()
public MessageHandlerMetadata getHandlerMetadata()
Copyright © 2013. All Rights Reserved.