Interface OutboundServiceFacade

    • 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 converted
        integrationObjectCode - the name of the integration object to convert this model as payload
        destination - endpoint destination information
        Returns:
        rx.Observable which allows the caller to subscribe the callback method