Interface PauseConnectorSdkCallback


  • public interface PauseConnectorSdkCallback
    Callback called during the PauseConnectorHandler execution, may be used to provide custom pausing logic required by the sdk.
    • 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.