public class KafkaTransactionStore extends Object implements TransactionStore
TransactionStore.TransactionInput| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Publisher<TransactionStore.TransactionInput> |
allTransactions() |
void |
close() |
OutputStream |
createTransactionOutput(String storeName) |
void |
seekTransaction(BigInteger latestProcessedTransactionId) |
public OutputStream createTransactionOutput(String storeName) throws IOException
createTransactionOutput in interface TransactionStoreIOExceptionpublic org.reactivestreams.Publisher<TransactionStore.TransactionInput> allTransactions()
allTransactions in interface TransactionStorepublic void seekTransaction(BigInteger latestProcessedTransactionId)
seekTransaction in interface TransactionStorepublic void close()
close in interface TransactionStoreCopyright © 2018 Axway Software. All rights reserved.