C# Class Paralect.ServiceBus.EndpointsMapping

Mostra file Open project: paralect/Paralect.ServiceBus Class Usage Examples

Public Methods

Method Description
GetEndpoints ( Type type ) : List
GetQueues ( Type type ) : Paralect.ServiceBus.QueueName[]

Should be cashed

Map ( Boolean>.Func typeChecker, String queueName, ITransport transport ) : void
Map ( String typeName, String queueName ) : void

Method Details

GetEndpoints() public method

public GetEndpoints ( Type type ) : List
type System.Type
return List

GetQueues() public method

Should be cashed
public GetQueues ( Type type ) : Paralect.ServiceBus.QueueName[]
type System.Type
return Paralect.ServiceBus.QueueName[]

Map() public method

public Map ( Boolean>.Func typeChecker, String queueName, ITransport transport ) : void
typeChecker Boolean>.Func
queueName String
transport ITransport
return void

Map() public method

public Map ( String typeName, String queueName ) : void
typeName String
queueName String
return void