Uses of Interface
io.axoniq.framework.messaging.eventhandling.deadletter.jdbc.PagingJdbcIterable.PagingStatementSupplier
Packages that use PagingJdbcIterable.PagingStatementSupplier
Package
Description
Part of the Axon Messaging module.
-
Uses of PagingJdbcIterable.PagingStatementSupplier in io.axoniq.framework.messaging.eventhandling.deadletter.jdbc
Constructors in io.axoniq.framework.messaging.eventhandling.deadletter.jdbc with parameters of type PagingJdbcIterable.PagingStatementSupplierModifierConstructorDescriptionPagingJdbcIterable(TransactionalExecutor<Connection> executor, PagingJdbcIterable.PagingStatementSupplier pagingQuerySupplier, int pageSize, Duration queryTimeout, JdbcUtils.SqlResultConverter<R> resultConverter, Function<SQLException, RuntimeException> errorHandler) Construct a newIterableof typeR, utilizing paging queries to retrieve the entries.PagingJdbcIterable(TransactionalExecutor<Connection> executor, PagingJdbcIterable.PagingStatementSupplier pagingQuerySupplier, int pageSize, JdbcUtils.SqlResultConverter<R> resultConverter, Function<SQLException, RuntimeException> errorHandler) Construct a newIterableof typeR, utilizing paging queries to retrieve the entries.