Uses of Class
cloud.commandframework.services.ServicePipelineBuilder
-
Packages that use ServicePipelineBuilder Package Description cloud.commandframework.services IntellectualSites service pipeline system -
-
Uses of ServicePipelineBuilder in cloud.commandframework.services
Methods in cloud.commandframework.services that return ServicePipelineBuilder Modifier and Type Method Description static @NonNull ServicePipelineBuilder
ServicePipeline. builder()
Create a newServicePipelineBuilder
@NonNull ServicePipelineBuilder
ServicePipelineBuilder. withExecutor(@NonNull Executor executor)
Set the executor that will be used by the pipeline when evaluating results asynchronously.
-