Class BehaviorTopologyOptions
Namespace: Cephalon.Abstractions.Behaviors
Assembly: Cephalon.Abstractions.dll
Optional feature flags for a behavior topology entry.
public sealed class BehaviorTopologyOptionsInheritance
Section titled “Inheritance”object ← BehaviorTopologyOptions
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
Section titled “Constructors”BehaviorTopologyOptions()
Section titled “ BehaviorTopologyOptions()”Initializes a new instance of
public BehaviorTopologyOptions()Properties
Section titled “Properties”EventSourcingEnabled
Section titled “ EventSourcingEnabled”Gets or sets a value indicating whether event sourcing is wired into the behavior context.
public bool EventSourcingEnabled { get; set; }Property Value
Section titled “Property Value”InboxEnabled
Section titled “ InboxEnabled”Gets or sets a value indicating whether inbox deduplication is enabled.
public bool InboxEnabled { get; set; }Property Value
Section titled “Property Value”OutboxEnabled
Section titled “ OutboxEnabled”Gets or sets a value indicating whether outbox staging is enabled.
public bool OutboxEnabled { get; set; }