Skip to content

Interface IInboxRegistry

Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll

Receives inbox descriptors contributed by active modules or packages.

public interface IInboxRegistry

Adds an inbox to the current runtime composition.

void Add(InboxDescriptor inbox)

inbox InboxDescriptor

The inbox descriptor to register.