public class AbstractConnectionProvider extends Object implements org.mule.runtime.api.connection.ConnectionProvider<ValuesConnection>
| Constructor and Description |
|---|
AbstractConnectionProvider() |
| Modifier and Type | Method and Description |
|---|---|
ValuesConnection |
connect() |
void |
disconnect(ValuesConnection connection) |
org.mule.runtime.api.connection.ConnectionValidationResult |
validate(ValuesConnection connection) |
public ValuesConnection connect() throws org.mule.runtime.api.connection.ConnectionException
connect in interface org.mule.runtime.api.connection.ConnectionProvider<ValuesConnection>org.mule.runtime.api.connection.ConnectionExceptionpublic void disconnect(ValuesConnection connection)
disconnect in interface org.mule.runtime.api.connection.ConnectionProvider<ValuesConnection>public org.mule.runtime.api.connection.ConnectionValidationResult validate(ValuesConnection connection)
validate in interface org.mule.runtime.api.connection.ConnectionProvider<ValuesConnection>Copyright © 2024 MuleSoft, Inc.. All rights reserved.