Uses of Interface
tech.guilhermekaua.spigotboot.inventoryapi.pagination.source.SettleDispatcher
Packages that use SettleDispatcher
-
Uses of SettleDispatcher in tech.guilhermekaua.spigotboot.inventoryapi.pagination.source
Classes in tech.guilhermekaua.spigotboot.inventoryapi.pagination.source that implement SettleDispatcherModifier and TypeClassDescriptionfinal classDefaultSettleDispatcher: settles route to the viewer's region thread (Folia) or the main thread (legacy Spigot/Paper) via the injectedPlatformScheduler.Methods in tech.guilhermekaua.spigotboot.inventoryapi.pagination.source that return SettleDispatcherConstructors in tech.guilhermekaua.spigotboot.inventoryapi.pagination.source with parameters of type SettleDispatcherModifierConstructorDescriptionAsyncPageSource(AsyncPageSupplier<T> supplier, PaginationErrorCallback errorCallback, Duration requestTimeout, Duration cacheTtl, int cacheMaxPages, SettleDispatcher settleDispatcher) Creates an async page source.