public class MLPendingAckStoreProvider extends Object implements TransactionPendingAckStoreProvider
| Constructor and Description |
|---|
MLPendingAckStoreProvider() |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Boolean> |
checkInitializedBefore(PersistentSubscription subscription)
Check pending ack store has been initialized before.
|
CompletableFuture<PendingAckStore> |
newPendingAckStore(PersistentSubscription subscription)
Open the pending ack store.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnewProviderpublic CompletableFuture<PendingAckStore> newPendingAckStore(PersistentSubscription subscription)
TransactionPendingAckStoreProvidernewPendingAckStore in interface TransactionPendingAckStoreProvidersubscription - PersistentSubscriptionPendingAckStore is returned
if the operation succeeds.public CompletableFuture<Boolean> checkInitializedBefore(PersistentSubscription subscription)
TransactionPendingAckStoreProvidercheckInitializedBefore in interface TransactionPendingAckStoreProvidersubscription - PersistentSubscriptionBoolean is returned
if the operation succeeds.Copyright © 2017–2022 Apache Software Foundation. All rights reserved.