Interface IEventDispatchRuntimeRegistry
Namespace: Cephalon.Eventing.Services
Assembly: Cephalon.Eventing.dll
Receives operator-facing durable dispatch-runtime descriptors contributed by active eventing packs.
public interface IEventDispatchRuntimeRegistryMethods
Section titled “Methods”Add(EventDispatchRuntimeDescriptor)
Section titled “ Add(EventDispatchRuntimeDescriptor)”Adds one dispatch runtime to the current eventing technology composition.
void Add(EventDispatchRuntimeDescriptor dispatchRuntime)Parameters
Section titled “Parameters”dispatchRuntime EventDispatchRuntimeDescriptor
The dispatch runtime to register.