Table of Contents

Interface ReceiveEndpointEvent

Namespace
MassTransit
Assembly
MassTransit.Abstractions.dll
public interface ReceiveEndpointEvent

Properties

InputAddress

The input address of the receive endpoint

Uri InputAddress { get; }

Property Value

Uri

ReceiveEndpoint

The receive endpoint upon which the event occurred

IReceiveEndpoint ReceiveEndpoint { get; }

Property Value

IReceiveEndpoint