Package fr.maif.eventsourcing
Class ReactorPostgresKafkaEventProcessorBuilder.BuilderWithTables
java.lang.Object
fr.maif.eventsourcing.ReactorPostgresKafkaEventProcessorBuilder.BuilderWithTables
- Enclosing class:
- ReactorPostgresKafkaEventProcessorBuilder
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBuilderWithTables(fr.maif.jooq.reactor.PgAsyncPool pgAsyncPool, TableNames tableNames) -
Method Summary
Modifier and TypeMethodDescriptionwithExistingTransactionManager(ReactorTransactionManager<fr.maif.jooq.reactor.PgAsyncTransaction> transactionManager)
-
Field Details
-
pgAsyncPool
public final fr.maif.jooq.reactor.PgAsyncPool pgAsyncPool -
tableNames
-
-
Constructor Details
-
BuilderWithTables
-
-
Method Details
-
withExistingTransactionManager
public ReactorPostgresKafkaEventProcessorBuilder.BuilderWithTx withExistingTransactionManager(ReactorTransactionManager<fr.maif.jooq.reactor.PgAsyncTransaction> transactionManager) -
withTransactionManager
-