Package cloud.commandframework.services.types
package cloud.commandframework.services.types
Service implementation types
-
ClassDescriptionConsumerService<Context>Service type where each implementation gets a chance to consume the context.PartialResultService<Context,
Result, Chunked extends ChunkedRequestContext<Context, Result>> Service type that allows service to generate partial results for bigger requestsService<Context,Result> A service is anything that can take in a context, and produce a response.SideEffectService<Context>Service implementation that alters the state of the owning application in some way.