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 class
TransactionLogObserverFactory.Default
static class
TransactionLogObserverFactory.WithOnErrorHandler
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TransactionLogObserver
create(DirectDataOperator direct, Metrics metrics)
A factory forCommitLogObserver
responsible for transaction management.
-
-
-
Method Detail
-
create
TransactionLogObserver create(DirectDataOperator direct, Metrics metrics)
A factory forCommitLogObserver
responsible for transaction management.- Parameters:
direct
- the direct operator for the observermetrics
- the metrics to use for reporting- Returns:
- the
CommitLogObserver
-
-