Uses of Class
cloud.commandframework.services.ServicePump
-
Packages that use ServicePump Package Description cloud.commandframework.services IntellectualSites service pipeline system -
-
Uses of ServicePump in cloud.commandframework.services
Methods in cloud.commandframework.services that return ServicePump Modifier and Type Method Description @NonNull ServicePump<Result>
ServiceSpigot. forward()
Forward the request through the original pipeline.<Context> @NonNull ServicePump<Context>
ServicePipeline. pump(@NonNull Context context)
Start traversing the pipeline by providing the context that will be used to generate the resultsMethods in cloud.commandframework.services that return types with arguments of type ServicePump Modifier and Type Method Description @NonNull CompletableFuture<ServicePump<Result>>
ServiceSpigot. forwardAsynchronously()
Forward the request through the original pipeline.
-