com.lightbend.lagom.scaladsl.persistence.jdbc
JDBC read side support.
This should be used to build and register a read side processor.
All callbacks are executed in a transaction and are automatically committed or rollback based on whether they fail or succeed.
Offsets are automatically handled.
Builder for the handler.
Create a builder for a JDBC read side event handler.
An identifier for this read side. This will be used to store offsets in the offset store.
The builder.
JDBC read side support.
This should be used to build and register a read side processor.
All callbacks are executed in a transaction and are automatically committed or rollback based on whether they fail or succeed.
Offsets are automatically handled.