Package cloud.commandframework.services
IntellectualSites service pipeline system
-
Class Summary Class Description ChunkedRequestContext<Context,Result> This class represents a request that can be fulfilled by one, or multiple services, for one or more objectsServicePipeline Service pipelineServicePipelineBuilder Builder forServicePipeline
ServicePump<Context> Class that forwards a context to a service type that consumes said contextServiceRepository<Context,Response> Repository that contains implementations for a given service typeServiceSpigot<Context,Result> Class that outputs results from the given context, using the specified service type -
Enum Summary Enum Description ExecutionOrder Used to specify the relative priority of a service implementationState This indicates how aService
responded to a given context -
Exception Summary Exception Description PipelineException Wrapper for exceptions thrown during pipeline execution.