public class FragmentsAssemblerHandlerFactory
extends java.lang.Object
implements io.knotx.server.api.handler.RoutingHandlerFactory
| Constructor and Description |
|---|
FragmentsAssemblerHandlerFactory() |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Handler<io.vertx.reactivex.ext.web.RoutingContext> |
create(io.vertx.reactivex.core.Vertx vertx,
io.vertx.core.json.JsonObject config) |
java.lang.String |
getName() |
public java.lang.String getName()
getName in interface io.knotx.server.api.handler.RoutingHandlerFactorypublic io.vertx.core.Handler<io.vertx.reactivex.ext.web.RoutingContext> create(io.vertx.reactivex.core.Vertx vertx,
io.vertx.core.json.JsonObject config)
create in interface io.knotx.server.api.handler.RoutingHandlerFactory