Interface UpdateWarehouseSdkCallback


  • public interface UpdateWarehouseSdkCallback
    Callback called during the UpdateWarehouseHandler execution, used to provide additional logic for sdk-controlled components.

    Default implementation of this callback:

    • updates the warehouse used by the default Scheduler implementation
    • updates the warehouse used by Task Reactor instances
    • Method Detail

      • execute

        ConnectorResponse execute​(Identifier warehouse)
        Executes logic using the provided warehouse.
        Parameters:
        warehouse - new warehouse name provided to the handler
        Returns:
        a response with the code OK if the execution was successful, otherwise a response with an error code and an error message