Method | Description | |
---|---|---|
AddEndpoint ( this configuration, Boolean>.Func |
Add endpoint, mapped by function
|
|
AddEndpoint ( this configuration, String typeWildcard, String queueName, ITransport transport = null ) : |
Add endpoint mapped by type full name
|
|
Dispatcher ( this configuration, DispatcherConfiguration>.Func |
Configure dispatcher
|
|
MemorySynchronousTransport ( this configuration ) : |
Use memory transport (sync)
|
|
MemoryTransport ( this configuration ) : |
Use memory transport (async)
|
|
Modify ( this configuration, Action |
||
MsmqTransport ( this configuration ) : |
Use MSMQ transport
|
|
Out ( this configuration, |
||
SetErrorQueue ( this configuration, String queueName ) : |
Set name of Error Endpoint
|
|
SetInputQueue ( this configuration, String queueName ) : |
Set name of Input Endpoint
|
|
SetName ( this configuration, string name ) : |
Name of instance of ServiceBus. Used for logging.
|
|
SetNumberOfWorkerThreads ( this configuration, |
Set number of worker threads
|
|
SetServiceLocator ( this configuration, IServiceLocator container ) : |
Set Unity Container
|
public static AddEndpoint ( this configuration, Boolean>.Func |
||
configuration | this | |
typeChecker | Boolean>.Func | |
queueName | String | |
transport | ITransport | |
return |
public static AddEndpoint ( this configuration, String typeWildcard, String queueName, ITransport transport = null ) : |
||
configuration | this | |
typeWildcard | String | |
queueName | String | |
transport | ITransport | |
return |
public static Dispatcher ( this configuration, DispatcherConfiguration>.Func |
||
configuration | this | |
configurationAction | DispatcherConfiguration>.Func | |
return |
public static MemorySynchronousTransport ( this configuration ) : |
||
configuration | this | |
return |
public static MemoryTransport ( this configuration ) : |
||
configuration | this | |
return |
public static Modify ( this configuration, Action |
||
configuration | this | |
action | Action |
|
return |
public static MsmqTransport ( this configuration ) : |
||
configuration | this | |
return |
public static Out ( this configuration, |
||
configuration | this | |
outConfiguration | ||
return |
public static SetErrorQueue ( this configuration, String queueName ) : |
||
configuration | this | |
queueName | String | |
return |
public static SetInputQueue ( this configuration, String queueName ) : |
||
configuration | this | |
queueName | String | |
return |
public static SetName ( this configuration, string name ) : |
||
configuration | this | |
name | string | |
return |
public static SetNumberOfWorkerThreads ( this configuration, |
||
configuration | this | |
number | ||
return |
public static SetServiceLocator ( this configuration, IServiceLocator container ) : |
||
configuration | this | |
container | IServiceLocator | |
return |