JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Uses of Interface
com.attivio.util.ft.TransactionReceiver
Packages that use
TransactionReceiver
Package
Description
com.attivio.util.ft
Uses of
TransactionReceiver
in
com.attivio.util.ft
Methods in
com.attivio.util.ft
with type parameters of type
TransactionReceiver
Modifier and Type
Method
Description
<T extends
TransactionReceiver
>
T
TransactionLog.
initialize
(T receiver)
Initialize and replay transaction log.
<T extends
TransactionReceiver
>
T
TransactionLog.
recover
(T receiver)
Replay the transaction log, passing events to
receiver
.