Method | Description | |
---|---|---|
Create ( ServiceBusConfiguration>.Func |
Factory method. Create service bus.
|
|
Dispose ( ) : void |
Do cleanup logic and stop service bus
|
|
GetLastException ( ) : |
Return last exception or null if no exceptions
|
|
Publish ( Object message ) : void |
For now Publish() behaves as Send(). Subscription not yet implemented.
|
|
Publish ( object message ) : void |
We are using Send() here. Publishing/subscribing not implemented yet.
|
|
Run ( ServiceBusConfiguration>.Func |
Factory method. Create and run service bus
|
|
Run ( ) : void |
Run service bus and start input endpoint observing
|
|
Send ( ) : void |
Send message. Recipient resolved by the object type.
|
|
SendLocal ( ) : void |
Send message to input queue of this service bus instance. Can be used for "requeueing" of message.
|
|
ServiceBus ( |
Initializes a new instance of the T:System.Object class.
|
|
ServiceBus ( |
Initializes a new instance of the T:System.Object class.
|
|
Wait ( ) : void |
Stop service bus and block thread until bus will be stopped. Maybe rename it to Stop() ?
|
Method | Description | |
---|---|---|
EndpointObserverMessageReceived ( |
Handle messages that were received from input endpoint Method can be called from different threads.
|
|
PrepareQueues ( ) : void |
Check existence of input and error endpoint and create them if needed
|
public static Create ( ServiceBusConfiguration>.Func |
||
configurationAction | ServiceBusConfiguration>.Func | |
return | IServiceBus |
public static Run ( ServiceBusConfiguration>.Func |
||
configurationAction | ServiceBusConfiguration>.Func | |
return | IServiceBus |
public ServiceBus ( |
||
configuration | ||
return | System |
public ServiceBus ( |
||
configuration | ||
return | System |