public class SourceConnectionProvider extends Object implements org.mule.runtime.api.connection.ConnectionProvider<Object>
SourceConnectionManager to the ConnectionProvider contract| Constructor and Description |
|---|
SourceConnectionProvider(SourceConnectionManager connectionManager,
org.mule.runtime.extension.api.runtime.config.ConfigurationInstance config) |
| Modifier and Type | Method and Description |
|---|---|
Object |
connect() |
void |
disconnect(Object connection) |
org.mule.runtime.api.connection.ConnectionValidationResult |
validate(Object connection) |
public SourceConnectionProvider(SourceConnectionManager connectionManager, org.mule.runtime.extension.api.runtime.config.ConfigurationInstance config)
public Object connect() throws org.mule.runtime.api.connection.ConnectionException
connect in interface org.mule.runtime.api.connection.ConnectionProvider<Object>org.mule.runtime.api.connection.ConnectionExceptionpublic void disconnect(Object connection)
disconnect in interface org.mule.runtime.api.connection.ConnectionProvider<Object>Copyright © 2003–2024 MuleSoft, Inc.. All rights reserved.