WithOptions<S, E>: {
    commit?: CommitPredicate<S, E>;
    projector?: {
        indexes: ProjectionSort<S>[];
        store: ProjectorStore<S>;
    };
    scope?: Scope;
}

Registration options

  • scope? the scope used to publish message handlers
  • store? a projector store associated with projectors
  • commit? flags when to store state snapshots in the aggregate stream

Type Parameters

Type declaration

Generated using TypeDoc