Interface EventStoreOptions<This extends EventStoreOptions<This,​AID,​A,​E>,​AID extends AggregateId,​A extends Aggregate<A,​AID>,​E extends Event<AID>>

    • Method Detail

      • withKeepSnapshotCount

        @Nonnull
        This withKeepSnapshotCount​(long keepSnapshotCount)
      • withDeleteTtl

        @Nonnull
        This withDeleteTtl​(@Nonnull
                           java.time.Duration deleteTtl)
      • withKeyResolver

        @Nonnull
        This withKeyResolver​(@Nonnull
                             KeyResolver<AID> keyResolver)