Uses of Class
org.occurrent.subscription.blocking.durable.catchup.CatchupSubscriptionModelConfig
-
Uses of CatchupSubscriptionModelConfig in org.occurrent.subscription.blocking.durable.catchup
Methods in org.occurrent.subscription.blocking.durable.catchup that return CatchupSubscriptionModelConfigModifier and TypeMethodDescriptionCatchupSubscriptionModelConfig.catchupPhaseSortBy(org.occurrent.eventstore.api.SortBy sortBy) Specify how to sort the events that are read from the event store during catch-up phase.Constructors in org.occurrent.subscription.blocking.durable.catchup with parameters of type CatchupSubscriptionModelConfigModifierConstructorDescriptionCatchupSubscriptionModel(PositionAwareSubscriptionModel subscriptionModel, EventStoreQueries eventStoreQueries, CatchupSubscriptionModelConfig config) Create a new instance ofCatchupSubscriptionModelthe uses the suppliedCatchupSubscriptionModelConfig.