Skip to content

Class BehaviorEventingEngineBuilderExtensions

Namespace: Cephalon.Eventing.Behaviors.Registration
Assembly: Cephalon.Eventing.Behaviors.dll

Registers the optional behavior-to-eventing choreography bridge with an .

public static class BehaviorEventingEngineBuilderExtensions

objectBehaviorEventingEngineBuilderExtensions

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Adds the explicit saga-choreography bridge that stages behavior publications through the shared Cephalon.Eventing publication path.

public static EngineBuilder AddBehaviorEventingBridge(this EngineBuilder builder)

builder EngineBuilder

The engine builder to extend.

EngineBuilder

The same engine builder for fluent composition.