Interface UpdateWarehouseSdkCallback
-
public interface UpdateWarehouseSdkCallback
Callback called during theUpdateWarehouseHandler
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
- updates the warehouse used by the default
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConnectorResponse
execute(Identifier warehouse)
Executes logic using the provided warehouse.
-
-
-
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
-
-