Skip to content

Interface IOutboxRegistry

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

Receives outbox descriptors contributed by active modules or packages.

public interface IOutboxRegistry

Adds an outbox to the current runtime composition.

void Add(OutboxDescriptor outbox)

outbox OutboxDescriptor

The outbox descriptor to register.