Interface IMessagingContext
Contract for contexts when processing messages.
Inherited Members
System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)
System.IDisposable.Dispose()
Namespace: Kephas.Messaging
Assembly: Kephas.Messaging.dll
Syntax
public interface IMessagingContext : IContext, IExpando, IDynamicMetaObjectProvider, IIndexable, ILoggable, IDisposable
Properties
| Improve this Doc View SourceException
Gets or sets the exception.
Declaration
Exception Exception { get; set; }
Property Value
Type | Description |
---|---|
System.Exception | The exception. |
Handler
Gets or sets the handler.
Declaration
IMessageHandler Handler { get; set; }
Property Value
Type | Description |
---|---|
IMessageHandler | The handler. |
Message
Gets or sets the message.
Declaration
IMessage Message { get; set; }
Property Value
Type | Description |
---|---|
IMessage | The message. |
MessageProcessor
Gets the message processor.
Declaration
IMessageProcessor MessageProcessor { get; }
Property Value
Type | Description |
---|---|
IMessageProcessor | The message processor. |
Response
Gets or sets the response.
Declaration
IMessage Response { get; set; }
Property Value
Type | Description |
---|---|
IMessage | The response. |