com.lightbend.lagom.scaladsl.persistence.slick
Slick 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 succeed or fail.
Offsets are automatically handled.
Builder for the handler.
Create a builder for a Slick read side event handler.
An identifier for this read side. This will be used to store offsets in the offset store.
The builder.
Slick 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 succeed or fail.
Offsets are automatically handled.