Interface BusReady
- Namespace
- MassTransit
- Assembly
- MassTransit.Abstractions.dll
public interface BusReady
Properties
Bus
IBus Bus { get; }
Property Value
Host
HostReady Host { get; }
public interface BusReady
IBus Bus { get; }
HostReady Host { get; }