Uses of Class
com.github.kagkarlsson.scheduler.jdbc.JdbcTaskRepositoryContext
Packages that use JdbcTaskRepositoryContext
-
Uses of JdbcTaskRepositoryContext in com.github.kagkarlsson.scheduler.jdbc
Methods in com.github.kagkarlsson.scheduler.jdbc with parameters of type JdbcTaskRepositoryContextModifier and TypeMethodDescriptionAutodetectJdbcCustomization.lockAndFetchSingleStatement(JdbcTaskRepositoryContext ctx, Instant now, int limit, boolean orderByPriority) DefaultJdbcCustomization.lockAndFetchSingleStatement(JdbcTaskRepositoryContext ctx, Instant now, int limit, boolean orderByPriority) JdbcCustomization.lockAndFetchSingleStatement(JdbcTaskRepositoryContext ctx, Instant now, int limit, boolean orderByPriority) PostgreSqlJdbcCustomization.lockAndFetchSingleStatement(JdbcTaskRepositoryContext ctx, Instant now, int limit, boolean orderByPriority)