Interface IEventDispatchRuntimeDescriptorCatalog
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Exposes the configured operator-facing durable dispatch runtimes visible to the current runtime.
public interface IEventDispatchRuntimeDescriptorCatalogProperties
Section titled “Properties”Runtimes
Section titled “ Runtimes”Gets the configured dispatch runtimes visible to the current runtime.
IReadOnlyList<EventDispatchRuntimeDescriptor> Runtimes { get; }Property Value
Section titled “Property Value”IReadOnlyList<EventDispatchRuntimeDescriptor>
Methods
Section titled “Methods”GetById(string)
Section titled “ GetById(string)”Gets one dispatch runtime by its stable identifier.
EventDispatchRuntimeDescriptor? GetById(string dispatchRuntimeId)Parameters
Section titled “Parameters”dispatchRuntimeId string
The stable dispatch-runtime identifier to resolve.
Returns
Section titled “Returns”EventDispatchRuntimeDescriptor?
The matching dispatch-runtime descriptor, or null when none exists.