Uses of Interface
io.github.bucket4j.distributed.jdbc.CustomColumnProvider
-
Packages that use CustomColumnProvider Package Description io.github.bucket4j.distributed.jdbc -
-
Uses of CustomColumnProvider in io.github.bucket4j.distributed.jdbc
Methods in io.github.bucket4j.distributed.jdbc that return CustomColumnProvider Modifier and Type Method Description static <K> CustomColumnProvider<K>CustomColumnProvider. createExpiresInColumnProvider(String expiresAtColumn, ExpirationAfterWriteStrategy expiration)Methods in io.github.bucket4j.distributed.jdbc that return types with arguments of type CustomColumnProvider Modifier and Type Method Description List<CustomColumnProvider<K>>AbstractJdbcProxyManagerBuilder. getCustomColumns()Methods in io.github.bucket4j.distributed.jdbc with parameters of type CustomColumnProvider Modifier and Type Method Description BAbstractJdbcProxyManagerBuilder. addCustomColumn(CustomColumnProvider<K> column)Specifies provider of custom field value
-