All Classes and Interfaces
Class
Description
This class represents a request that can be fulfilled by one, or multiple services, for one or
more objects
Service type where each implementation gets a chance to consume the context.
Used to specify the relative priority of a service implementation
Used to specify the relative priority of a service implementation
Service type that allows service to generate partial results for bigger requests
Wrapper for exceptions thrown during pipeline execution.
A service is anything that can take in a context, and produce a response.
Used to bind methods to services, like such:
Service pipeline
Builder for
ServicePipelineClass that forwards a context to a service type that consumes said context
Repository that contains implementations for a given service type
Class that outputs results from the given context, using the specified service type
Service implementation that alters the state of the owning application in some way.
This indicates how a
Service responded to a given context