public interface ValidateApiOp extends APIOperation
configuration
.
A valid configuration is one that is ready to be used by the connector: it is complete (all the required properties have been given values) and the property values are well-formed (are in the expected range, have the expected format, etc.)
NO_TIMEOUT
Modifier and Type | Method and Description |
---|---|
void |
validate()
Validates the
configuration . |
void validate()
configuration
.RuntimeException
- if the configuration is not valid.Copyright © 2022. All rights reserved.