public interface GuiceBackedHandlerFactory
| Modifier and Type | Method and Description |
|---|---|
ratpack.handling.Handler |
create(ratpack.func.Action<? super ModuleRegistry> modulesAction,
ratpack.func.Transformer<? super Module,? extends Injector> moduleTransformer,
ratpack.func.Transformer<? super Injector,? extends ratpack.handling.Handler> handler) |
ratpack.handling.Handler create(ratpack.func.Action<? super ModuleRegistry> modulesAction, ratpack.func.Transformer<? super Module,? extends Injector> moduleTransformer, ratpack.func.Transformer<? super Injector,? extends ratpack.handling.Handler> handler) throws java.lang.Exception
java.lang.Exception