C# Class NServiceBus.SubscriptionRouter

Show file Open project: Particular/NServiceBus Class Usage Examples

Public Methods

Method Description
GetAddressesForEventType ( Type messageType ) : IEnumerable
SubscriptionRouter ( Publishers publishers, EndpointInstances endpointInstances, string>.Func transportAddressTranslation ) : System

Method Details

GetAddressesForEventType() public method

public GetAddressesForEventType ( Type messageType ) : IEnumerable
messageType System.Type
return IEnumerable

SubscriptionRouter() public method

public SubscriptionRouter ( Publishers publishers, EndpointInstances endpointInstances, string>.Func transportAddressTranslation ) : System
publishers Publishers
endpointInstances EndpointInstances
transportAddressTranslation string>.Func
return System