public class SdkConnectionValidationResultAdapter
extends org.mule.runtime.api.connection.ConnectionValidationResult
ConnectionValidationResult into a mule-api
ConnectionValidationResult.| Modifier and Type | Method and Description |
|---|---|
Optional<org.mule.runtime.api.message.ErrorType> |
getErrorType() |
Exception |
getException() |
String |
getMessage() |
boolean |
isValid() |
public boolean isValid()
isValid in class org.mule.runtime.api.connection.ConnectionValidationResultpublic String getMessage()
getMessage in class org.mule.runtime.api.connection.ConnectionValidationResultpublic Optional<org.mule.runtime.api.message.ErrorType> getErrorType()
getErrorType in class org.mule.runtime.api.connection.ConnectionValidationResultpublic Exception getException()
getException in class org.mule.runtime.api.connection.ConnectionValidationResultCopyright © 2003–2022 MuleSoft, Inc.. All rights reserved.