Interface FinalizeConnectorInputValidator

  • 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 FinalizeConnectorInputValidator
    A validator for the input of FinalizeConnectorHandler, may be used to provide custom configuration validation.

    Default implementation of this validator calls the PUBLIC.FINALIZE_CONNECTOR_CONFIGURATION_VALIDATE procedure.

    • Method Detail

      • validate

        ConnectorResponse validate​(Variant configuration)
        Validates the provided configuration.
        Parameters:
        configuration - custom configuration provided to the handler
        Returns:
        a response with the code OK if the validation was successful, otherwise a response with an error code and an error message