Uses of Package
ratpack.exec
-
Packages that use ratpack.exec Package Description ratpack.dropwizard.metrics Integration with Dropwizard Metrics Library.ratpack.exec The execution management.ratpack.exec.util ratpack.exec.util.retry ratpack.file Types for dealing with the file system and serving files.ratpack.func General functional (i.e. Single Abstract Method) types.ratpack.handling The handling of application requests.ratpack.health Health checks report on the status of key components in the system and are generally used for monitoring and reporting.ratpack.hikari Provides integration with HikariCP library.ratpack.http The HTTP protocol.ratpack.http.client The HTTP client.ratpack.jdbctx ratpack.logging Utility classes for integration Ratpack with various logging frameworks.ratpack.pac4j Integration with pac4j for authentication/authorization.ratpack.reactor Provides integration with the Project Reactor library.ratpack.render The renderer framework provides a pluggable mechanism for serializing objects to the response.ratpack.rx Provides integration with the RxJava library.ratpack.rx2 Provides integration with the RxJava library.ratpack.session Objects for providingSession
support.ratpack.sse Support for Server Sent Events.ratpack.stream Support for reactive streams.ratpack.stream.bytebuf ratpack.test.exec ratpack.util General purpose types and utilities. -
Classes in ratpack.exec used by ratpack.dropwizard.metrics Class Description ExecInterceptor Intercepts execution segments of an execution, primarily for traceability and recording metrics. -
Classes in ratpack.exec used by ratpack.exec Class Description Downstream A consumer of a single asynchronous value.ExecController The exec controller manages the execution of operations.ExecInterceptor Intercepts execution segments of an execution, primarily for traceability and recording metrics.ExecInterceptor.ExecType The execution type (i.e.ExecResult The result of an execution.ExecSpec A specification for anExecution
.ExecStarter Starts a newExecution
.Execution A logical operation, such as servicing a request, that may be comprised of non contiguous units of work.ExecutionException Thrown when an execution sequence is invalid.ExecutionRef A reference to anExecution
that is usable from outside of it.Operation A logical operation.Promise A promise for a single value.Result The result of an asynchronous operation, which may be an error.Throttle Limits the concurrency of operations, typically access to an external resource.UnmanagedThreadException Thrown when something is attempted outside of a Ratpack execution, that can only succeed during a Ratpack execution.Upstream An upstream asynchronous data source. -
Classes in ratpack.exec used by ratpack.exec.util Class Description Downstream A consumer of a single asynchronous value.ExecResult The result of an execution.Execution A logical operation, such as servicing a request, that may be comprised of non contiguous units of work.Operation A logical operation.Promise A promise for a single value. -
Classes in ratpack.exec used by ratpack.exec.util.retry Class Description Promise A promise for a single value. -
Classes in ratpack.exec used by ratpack.file Class Description Operation A logical operation.Promise A promise for a single value. -
Classes in ratpack.exec used by ratpack.func Class Description Operation A logical operation. -
Classes in ratpack.exec used by ratpack.handling Class Description Execution A logical operation, such as servicing a request, that may be comprised of non contiguous units of work.Promise A promise for a single value. -
Classes in ratpack.exec used by ratpack.health Class Description Promise A promise for a single value.Throttle Limits the concurrency of operations, typically access to an external resource. -
Classes in ratpack.exec used by ratpack.hikari Class Description Promise A promise for a single value. -
Classes in ratpack.exec used by ratpack.http Class Description Promise A promise for a single value. -
Classes in ratpack.exec used by ratpack.http.client Class Description ExecController The exec controller manages the execution of operations.Operation A logical operation.Promise A promise for a single value. -
Classes in ratpack.exec used by ratpack.jdbctx Class Description Operation A logical operation.Promise A promise for a single value. -
Classes in ratpack.exec used by ratpack.logging Class Description ExecInterceptor Intercepts execution segments of an execution, primarily for traceability and recording metrics.ExecInterceptor.ExecType The execution type (i.e.Execution A logical operation, such as servicing a request, that may be comprised of non contiguous units of work. -
Classes in ratpack.exec used by ratpack.pac4j Class Description Operation A logical operation.Promise A promise for a single value. -
Classes in ratpack.exec used by ratpack.reactor Class Description ExecController The exec controller manages the execution of operations.Operation A logical operation.Promise A promise for a single value.UnmanagedThreadException Thrown when something is attempted outside of a Ratpack execution, that can only succeed during a Ratpack execution. -
Classes in ratpack.exec used by ratpack.render Class Description Promise A promise for a single value. -
Classes in ratpack.exec used by ratpack.rx Class Description ExecController The exec controller manages the execution of operations.Operation A logical operation.Promise A promise for a single value.UnmanagedThreadException Thrown when something is attempted outside of a Ratpack execution, that can only succeed during a Ratpack execution. -
Classes in ratpack.exec used by ratpack.rx2 Class Description ExecController The exec controller manages the execution of operations.Operation A logical operation.Promise A promise for a single value.UnmanagedThreadException Thrown when something is attempted outside of a Ratpack execution, that can only succeed during a Ratpack execution. -
Classes in ratpack.exec used by ratpack.session Class Description Operation A logical operation.Promise A promise for a single value. -
Classes in ratpack.exec used by ratpack.sse Class Description Promise A promise for a single value. -
Classes in ratpack.exec used by ratpack.stream Class Description ExecSpec A specification for anExecution
.Promise A promise for a single value. -
Classes in ratpack.exec used by ratpack.stream.bytebuf Class Description Promise A promise for a single value. -
Classes in ratpack.exec used by ratpack.test.exec Class Description ExecController The exec controller manages the execution of operations.ExecResult The result of an execution.ExecStarter Starts a newExecution
.Execution A logical operation, such as servicing a request, that may be comprised of non contiguous units of work.Operation A logical operation.Promise A promise for a single value. -
Classes in ratpack.exec used by ratpack.util Class Description Promise A promise for a single value.