Interface OutboundServiceFacade
-
- All Known Implementing Classes:
DefaultOutboundServiceFacade
public interface OutboundServiceFacadeFacade which orchestrates theIntegrationObjectConversionServiceandIntegrationRestTemplateFactoryto integrate with the RESTful endpoint.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description rx.Observable<org.springframework.http.ResponseEntity<java.util.Map>>send(ItemModel itemModel, java.lang.String integrationObjectCode, java.lang.String destination)Method orchestrates the services to build the payload and to integrate with restful endpoint.
-
-
-
Method Detail
-
send
rx.Observable<org.springframework.http.ResponseEntity<java.util.Map>> send(ItemModel itemModel, java.lang.String integrationObjectCode, java.lang.String destination)
Method orchestrates the services to build the payload and to integrate with restful endpoint.- Parameters:
itemModel- the model to be convertedintegrationObjectCode- the name of the integration object to convert this model as payloaddestination- endpoint destination information- Returns:
- rx.Observable which allows the caller to subscribe the callback method
-
-