public class InMemoryPendingAckStoreProvider extends Object implements TransactionPendingAckStoreProvider
| Constructor and Description |
|---|
InMemoryPendingAckStoreProvider() |
| Modifier and Type | Method and Description |
|---|---|
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.Copyright © 2017–2021 Apache Software Foundation. All rights reserved.