Skip to content

Interface IEventDispatchRuntimeRegistry

Namespace: Cephalon.Eventing.Services
Assembly: Cephalon.Eventing.dll

Receives operator-facing durable dispatch-runtime descriptors contributed by active eventing packs.

public interface IEventDispatchRuntimeRegistry

Adds one dispatch runtime to the current eventing technology composition.

void Add(EventDispatchRuntimeDescriptor dispatchRuntime)

dispatchRuntime EventDispatchRuntimeDescriptor

The dispatch runtime to register.