Interface UpdateWarehouseSdkCallback
-
public interface UpdateWarehouseSdkCallbackCallback called during theUpdateWarehouseHandlerexecution, used to provide additional logic for sdk-controlled components.Default implementation of this callback:
- updates the warehouse used by the default
Schedulerimplementation - 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 ConnectorResponseexecute(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
OKif the execution was successful, otherwise a response with an error code and an error message
-
-