Search in sources :

Example 1 with FragmentAssemblerKnotProxyImpl

use of io.knotx.knot.assembler.impl.FragmentAssemblerKnotProxyImpl in project knotx by Cognifide.

the class FragmentAssemblerVerticle method start.

@Override
public void start() throws Exception {
    LOGGER.info("Starting <{}>", this.getClass().getSimpleName());
    // register the service proxy on event bus
    serviceBinder = new ServiceBinder(getVertx());
    consumer = serviceBinder.setAddress(configuration.address()).register(KnotProxy.class, new FragmentAssemblerKnotProxyImpl(config()));
}
Also used : FragmentAssemblerKnotProxyImpl(io.knotx.knot.assembler.impl.FragmentAssemblerKnotProxyImpl) ServiceBinder(io.vertx.serviceproxy.ServiceBinder) KnotProxy(io.knotx.proxy.KnotProxy)

Aggregations

FragmentAssemblerKnotProxyImpl (io.knotx.knot.assembler.impl.FragmentAssemblerKnotProxyImpl)1 KnotProxy (io.knotx.proxy.KnotProxy)1 ServiceBinder (io.vertx.serviceproxy.ServiceBinder)1