Search in sources :

Example 1 with FragmentSplitterKnotProxyImpl

use of io.knotx.splitter.impl.FragmentSplitterKnotProxyImpl in project knotx by Cognifide.

the class FragmentSplitterVerticle 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.getAddress()).register(KnotProxy.class, new FragmentSplitterKnotProxyImpl(configuration));
}
Also used : ServiceBinder(io.vertx.serviceproxy.ServiceBinder) KnotProxy(io.knotx.proxy.KnotProxy) FragmentSplitterKnotProxyImpl(io.knotx.splitter.impl.FragmentSplitterKnotProxyImpl)

Aggregations

KnotProxy (io.knotx.proxy.KnotProxy)1 FragmentSplitterKnotProxyImpl (io.knotx.splitter.impl.FragmentSplitterKnotProxyImpl)1 ServiceBinder (io.vertx.serviceproxy.ServiceBinder)1