routines.system.api
Interface ESBConsumer


public interface ESBConsumer

Consumer interface for handling calls from ESB Job towards other ESB services


Method Summary
 Object invoke(Object payload)
          A blocking method to invoke a service inside of the Job
 

Method Detail

invoke

Object invoke(Object payload)
              throws Exception
A blocking method to invoke a service inside of the Job

Parameters:
request - Payload of request
Returns:
Payload of response
Throws:
Exception - In case something goes wrong


Copyright © 2011-2013 Talend Inc.. All Rights Reserved.