public class ConnectionValidationSettings extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ConnectionValidationSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ConnectionValidationSettings.Builder |
builder(String testConnectionPath,
org.mule.runtime.api.el.ExpressionLanguage expressionLanguage)
Allows creating a new instance of
ConnectionValidationSettings. |
org.mule.runtime.api.el.ExpressionLanguage |
getExpressionLanguage() |
org.mule.runtime.http.api.HttpConstants.Method |
getHttpMethod() |
org.mule.runtime.api.metadata.MediaType |
getResponseMediaType() |
String |
getTestConnectionPath() |
List<TestConnectionValidation> |
getTestConnectionValidations() |
Set<Integer> |
getValidStatusCodes() |
public String getTestConnectionPath()
public org.mule.runtime.api.el.ExpressionLanguage getExpressionLanguage()
public org.mule.runtime.http.api.HttpConstants.Method getHttpMethod()
public List<TestConnectionValidation> getTestConnectionValidations()
public org.mule.runtime.api.metadata.MediaType getResponseMediaType()
public static ConnectionValidationSettings.Builder builder(String testConnectionPath, org.mule.runtime.api.el.ExpressionLanguage expressionLanguage)
ConnectionValidationSettings.testConnectionPath - a path relative to the connection base uri where the validation request will be made.expressionLanguage - the expression language to be used when executing the validation expressions.Copyright © 2024. All rights reserved.