| Interface | Description |
|---|---|
| Cancellable |
An interface for cancellable operations.
|
| ConsumerService<Context> |
A service that consumes a context.
|
| Implementation<Context,Result> |
Represents an operation that can be applied to a
ServiceRepository. |
| Service<Context,Result> |
Represents a service that handles a context and produces a result asynchronously.
|
| Class | Description |
|---|---|
| ServicePipeline |
A pipeline for managing and executing services.
|
| ServicePipelineBuilder |
A builder for creating
ServicePipeline instances. |
| ServiceRepository<Context,Result> |
A repository for managing and executing services of a specific type.
|
| Enum | Description |
|---|---|
| ConsumerService.State |
Represents the state of a
ConsumerService. |