Interface PauseConnectorSdkCallback
-
public interface PauseConnectorSdkCallbackCallback called during thePauseConnectorHandlerexecution, may be used to provide custom pausing logic required by the sdk.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConnectorResponseexecute()Executes the callback logic.
-
-
-
Method Detail
-
execute
ConnectorResponse execute()
Executes the callback logic.- Returns:
- a response with the code
OKif the execution was successful, otherwise a response with an error code and an error message.
-
-