Class IntegrationBehaviorsSortIndexes
Contains the sort index constants of the default IBehavior added by Silverback.Integration.
Inheritance
System.Object
IntegrationBehaviorsSortIndexes
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|---|
System.Int32 |
OutboundRouter
The OutboundRouterBehavior sort index.
Declaration
public const int OutboundRouter = 300
Field Value
Type | Description |
---|---|
System.Int32 |