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