Uses of Interface
tech.guilhermekaua.spigotboot.inventoryapi.pagination.source.PaginationErrorCallback
Packages that use PaginationErrorCallback
Package
Description
-
Uses of PaginationErrorCallback in tech.guilhermekaua.spigotboot.inventoryapi.internal.pagination
Methods in tech.guilhermekaua.spigotboot.inventoryapi.internal.pagination that return PaginationErrorCallbackModifier and TypeMethodDescription@Nullable PaginationErrorCallbackPaginationSpec.errorCallback()Returns the async error callback, consumed byPaginationSourceSpec.createSource(ViewContext, PaginationSpec, tech.guilhermekaua.spigotboot.core.spigot.scheduler.PlatformScheduler).Methods in tech.guilhermekaua.spigotboot.inventoryapi.internal.pagination with parameters of type PaginationErrorCallbackModifier and TypeMethodDescription@NotNull PaginationBuilder<T>PaginationBuilderImpl.onError(@NotNull PaginationErrorCallback callback) -
Uses of PaginationErrorCallback in tech.guilhermekaua.spigotboot.inventoryapi.pagination
Methods in tech.guilhermekaua.spigotboot.inventoryapi.pagination with parameters of type PaginationErrorCallbackModifier and TypeMethodDescription@NotNull PaginationBuilder<T>PaginationBuilder.onError(@NotNull PaginationErrorCallback callback) Sets the callback invoked when an async page load fails. -
Uses of PaginationErrorCallback in tech.guilhermekaua.spigotboot.inventoryapi.pagination.source
Constructors in tech.guilhermekaua.spigotboot.inventoryapi.pagination.source with parameters of type PaginationErrorCallbackModifierConstructorDescriptionAsyncPageSource(AsyncPageSupplier<T> supplier, PaginationErrorCallback errorCallback, Duration requestTimeout, Duration cacheTtl, int cacheMaxPages, SettleDispatcher settleDispatcher) Creates an async page source.