Interface HostReady
- Namespace
- MassTransit
- Assembly
- MassTransit.Abstractions.dll
public interface HostReady
Properties
HostAddress
The Host address
Uri HostAddress { get; }
Property Value
- Uri
ReceiveEndpoints
The receive endpoints that were started on the host
ReceiveEndpointReady[] ReceiveEndpoints { get; }
Property Value
Riders
The riders that were started on the host
RiderReady[] Riders { get; }