Class IntegrationBehaviorsSortIndexes
Contains the sort index constants of the default IBehavior added by Silverback.Integration.
Inherited Members
Namespace: Silverback.Messaging.Outbound
Assembly: Silverback.Integration.dll
Syntax
public static class IntegrationBehaviorsSortIndexes
Fields
| Improve this doc View sourceOutboundProducer
The ProduceBehavior sort index.
Declaration
public const int OutboundProducer = 200
Field Value
Type | Description |
---|---|
int |
OutboundRouter
The OutboundRouterBehavior sort index.
Declaration
public const int OutboundRouter = 300
Field Value
Type | Description |
---|---|
int |