| Modifier and Type | Method and Description |
|---|---|
SubscriptionPositionStorageConfig.PersistSubscriptionPositionDuringCatchupPhase |
SubscriptionPositionStorageConfig.UseSubscriptionPositionInStorage.andPersistSubscriptionPositionDuringCatchupPhaseForEveryNEvents(int persistPositionForEveryNCloudEvent)
Configure the catch-up subscription to periodically store store the event position in a storage in case
the application is restarted during the catch-up phase.
|
SubscriptionPositionStorageConfig.PersistSubscriptionPositionDuringCatchupPhase |
SubscriptionPositionStorageConfig.UseSubscriptionPositionInStorage.andPersistSubscriptionPositionDuringCatchupPhaseWhen(java.util.function.Predicate<io.cloudevents.CloudEvent> persistCloudEventPositionPredicate)
Configure the catch-up subscription to periodically store store the event position in a storage in case
the application is restarted during the catch-up phase.
|
Copyright © 2021. All rights reserved.