Skip to content

Class WolverineEventingEngineBuilderExtensions

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

Registers the optional Wolverine eventing companion pack with an .

public static class WolverineEventingEngineBuilderExtensions

objectWolverineEventingEngineBuilderExtensions

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

AddWolverineEventing(EngineBuilder, Action<WolverineEventingOptions>?)

Section titled “ AddWolverineEventing(EngineBuilder, Action<WolverineEventingOptions>?)”

Adds the Wolverine eventing companion pack to the engine.

public static EngineBuilder AddWolverineEventing(this EngineBuilder builder, Action<WolverineEventingOptions>? configure = null)

builder EngineBuilder

The engine builder to extend.

configure Action<WolverineEventingOptions>?

An optional callback that configures the host-owned Wolverine eventing options, including the opt-in managed dispatch loop.

EngineBuilder

The same engine builder for fluent composition.