Uses of Interface
org.apache.activemq.store.TransactionIdTransformer
-
Packages that use TransactionIdTransformer Package Description org.apache.activemq.store The APIs which need to be implemented for persistent message stores for durable messagingorg.apache.activemq.store.kahadb -
-
Uses of TransactionIdTransformer in org.apache.activemq.store
Methods in org.apache.activemq.store with parameters of type TransactionIdTransformer Modifier and Type Method Description void
TransactionIdTransformerAware. setTransactionIdTransformer(TransactionIdTransformer transactionIdTransformer)
-
Uses of TransactionIdTransformer in org.apache.activemq.store.kahadb
Methods in org.apache.activemq.store.kahadb that return TransactionIdTransformer Modifier and Type Method Description TransactionIdTransformer
KahaDBStore. getTransactionIdTransformer()
Methods in org.apache.activemq.store.kahadb with parameters of type TransactionIdTransformer Modifier and Type Method Description void
KahaDBPersistenceAdapter. setTransactionIdTransformer(TransactionIdTransformer transactionIdTransformer)
void
KahaDBStore. setTransactionIdTransformer(TransactionIdTransformer transactionIdTransformer)
-