Interface FinalizeConnectorSdkCallback

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface FinalizeConnectorSdkCallback
    Callback called during the FinalizeConnectorHandler execution, may be used to provide custom finalization logic required by the sdk.
    • Method Detail

      • execute

        ConnectorResponse execute()
        Executes logic custom sdk logic.
        Returns:
        a response with the code OK if the execution was successful, otherwise a response with an error code and an error message.