Property | Type | Description | |
---|---|---|---|
Configure | IMessagingConfigure | ||
Control | IMessagingControl | ||
Events | IMessagingEventOptions | ||
Testing | IMessagingTestingMethods |
Method | Description | |
---|---|---|
Receiver ( ) : IReceiver |
Return a factory for setting up message handlers. You must configure messaging before calling.
|
|
Sender ( ) : ISenderNode |
Get a sender node for broadcasting messages into the messaging system. You must configure messaging before calling.
|
|
UsingLocalQueues ( ) : bool |
Returns true if in LocalQueue mode
|
Method | Description | |
---|---|---|
IsConfigured ( ) : bool |
Returns true if messaging has been configured and not shutdown
|
|
UsingLoopbackMode ( ) : bool |
Returns true if in loopback mode
|
public static IMessagingConfigure Configure | ||
return | IMessagingConfigure |
public static IMessagingEventOptions Events | ||
return | IMessagingEventOptions |