Method | Description | |
---|---|---|
DoNotEnforceBestPractices ( ) : void |
Disables the enforcement of messaging best practices (e.g. validating that a published message is an event).
|
|
RouteToEndpoint ( |
Adds a static unicast route for all types contained in the specified assembly.
|
|
RouteToEndpoint ( |
Adds a static unicast route for all types contained in the specified assembly and within the given namespace.
|
|
RouteToEndpoint ( |
Adds a static unicast route for a given message type.
|
|
RoutingSettings ( SettingsHolder settings ) : System |
Creates a new instance of RoutingSettings.
|
Method | Description | |
---|---|---|
ThrowOnAddress ( string destination ) : void |
public RouteToEndpoint ( |
||
assembly | The assembly whose messages should be routed. | |
destination | string | Destination endpoint. |
return | void |
public RouteToEndpoint ( |
||
assembly | The assembly whose messages should be routed. | |
@namespace | string | |
destination | string | Destination endpoint. |
return | void |
public RouteToEndpoint ( |
||
messageType | The message which should be routed. | |
destination | string | The destination endpoint. |
return | void |
public RoutingSettings ( SettingsHolder settings ) : System | ||
settings | SettingsHolder | |
return | System |