Skip to content

Interface IOutboxContributor

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

Contributes one or more outbox descriptors to the active runtime.

public interface IOutboxContributor

Registers one or more outbox descriptors with the supplied registry.

void RegisterOutboxes(IOutboxRegistry outboxes)

outboxes IOutboxRegistry

The registry that collects contributed outbox descriptors.