Uses of Interface
ratpack.exec.registry.MutableRegistry
-
Packages that use MutableRegistry Package Description ratpack.core.http The HTTP protocol.ratpack.exec The execution management.ratpack.exec.registry Registries hold objects that can be retrieved via type, and are a key aspect of Ratpack applications. -
-
Uses of MutableRegistry in ratpack.core.http
Subinterfaces of MutableRegistry in ratpack.core.http Modifier and Type Interface Description interface
Request
A request to be handled. -
Uses of MutableRegistry in ratpack.exec
Subinterfaces of MutableRegistry in ratpack.exec Modifier and Type Interface Description interface
Execution
A logical operation, such as servicing a request, that may be comprised of non contiguous units of work. -
Uses of MutableRegistry in ratpack.exec.registry
Methods in ratpack.exec.registry that return MutableRegistry Modifier and Type Method Description static MutableRegistry
Registry. mutable()
Creates a new, empty, mutable registry.
-