Interface PauseConnectorSdkCallback
-
public interface PauseConnectorSdkCallback
Callback called during thePauseConnectorHandler
execution, 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 ConnectorResponse
execute()
Executes the callback logic.
-
-
-
Method Detail
-
execute
ConnectorResponse execute()
Executes the callback logic.- Returns:
- a response with the code
OK
if the execution was successful, otherwise a response with an error code and an error message.
-
-