Interface IInboundEnvelope
Wraps the message that is being consumed from an inbound endpoint.
Inherited Members
Namespace: Silverback.Messaging.Messages
Assembly: Silverback.Integration.dll
Syntax
public interface IInboundEnvelope : IBrokerEnvelope, IEnvelope, IRawInboundEnvelope, IRawBrokerEnvelope
Properties
| Improve this doc View sourceEndpoint
Gets the source endpoint configuration.
Declaration
IConsumerEndpoint Endpoint { get; }
Property Value
Type | Description |
---|---|
IConsumerEndpoint |