Interface ResumeConnectorSdkCallback


  • public interface ResumeConnectorSdkCallback
    Callback called during the ResumeConnectorHandler execution, may be used to provide custom resuming 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.