public interface TransactionPendingAckStoreProvider
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<PendingAckStore> |
newPendingAckStore(PersistentSubscription subscription)
Open the pending ack store.
|
static TransactionPendingAckStoreProvider |
newProvider(String providerClassName)
Construct a provider from the provided class.
|
static TransactionPendingAckStoreProvider newProvider(String providerClassName) throws IOException
providerClassName - String the provider class nameIOExceptionCompletableFuture<PendingAckStore> newPendingAckStore(PersistentSubscription subscription)
subscription - PersistentSubscriptionPendingAckStore is returned
if the operation succeeds.Copyright © 2017–2021 Apache Software Foundation. All rights reserved.