Package ratpack.registry

Handlers communicate with each other by binding a "service" on to each Context.

See: Description

Package ratpack.registry Description

Handlers communicate with each other by binding a "service" on to each Context. A service is just an object that may be able to provide an object of a given type. Typically, upstream handlers add objects to the service for downstream handlers to use. This package
See Also:
Registry