Search in sources :

Example 1 with RequestProcessorKnotProxyImpl

use of io.knotx.gateway.impl.RequestProcessorKnotProxyImpl in project knotx by Cognifide.

the class RequestProcessorKnotVerticle method start.

@Override
public void start() throws Exception {
    LOGGER.info("Starting <{}>", this.getClass().getSimpleName());
    serviceBinder = new ServiceBinder(getVertx());
    consumer = serviceBinder.setAddress(configuration.getAddress()).register(KnotProxy.class, new RequestProcessorKnotProxyImpl());
}
Also used : ServiceBinder(io.vertx.serviceproxy.ServiceBinder) KnotProxy(io.knotx.proxy.KnotProxy) RequestProcessorKnotProxyImpl(io.knotx.gateway.impl.RequestProcessorKnotProxyImpl)

Aggregations

RequestProcessorKnotProxyImpl (io.knotx.gateway.impl.RequestProcessorKnotProxyImpl)1 KnotProxy (io.knotx.proxy.KnotProxy)1 ServiceBinder (io.vertx.serviceproxy.ServiceBinder)1