Uses of Interface
org.axonframework.messaging.eventhandling.deadletter.jdbc.PagingJdbcIterable.PagingStatementSupplier
Packages that use PagingJdbcIterable.PagingStatementSupplier
Package
Description
Part of the Axon Messaging module.
-
Uses of PagingJdbcIterable.PagingStatementSupplier in org.axonframework.messaging.eventhandling.deadletter.jdbc
Constructors in org.axonframework.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.