public void process(Exchange exchange) throws Exception { if (output == null) { // no output then just return return; } AsyncProcessorHelper.process(this, exchange); }
@Override public void process(Exchange exchange) throws Exception { AsyncProcessorHelper.process(this, exchange); }
public void process(Exchange exchange) throws Exception { AsyncProcessorHelper.process(this, exchange); }
public void process(final Exchange exchange) throws Exception { AsyncProcessorHelper.process(this, exchange); }