public class MessagingContext extends Object
| Constructor and Description |
|---|
MessagingContext(IMessageBus 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
|
IMessageBus |
getOwningBus()
Get a reference to the message bus this context belongs to
|
public MessagingContext(IMessageBus owningBus, MessageHandlerMetadata handlerMetadata)
public IMessageBus getOwningBus()
public MessageHandlerMetadata getHandlerMetadata()
Copyright © 2013. All Rights Reserved.