Interface TransactionLogObserverFactory
-
- All Known Implementing Classes:
TransactionLogObserverFactory.Default,TransactionLogObserverFactory.WithOnErrorHandler
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface @Internal public interface TransactionLogObserverFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTransactionLogObserverFactory.Defaultstatic classTransactionLogObserverFactory.WithOnErrorHandler
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TransactionLogObservercreate(DirectDataOperator direct, Metrics metrics)A factory forCommitLogObserverresponsible for transaction management.
-
-
-
Method Detail
-
create
TransactionLogObserver create(DirectDataOperator direct, Metrics metrics)
A factory forCommitLogObserverresponsible for transaction management.- Parameters:
direct- the direct operator for the observermetrics- the metrics to use for reporting- Returns:
- the
CommitLogObserver
-
-