public class MockedConnectionProvider extends Object implements org.mule.runtime.api.connection.CachedConnectionProvider<RestConnection>
| Constructor and Description |
|---|
MockedConnectionProvider() |
| Modifier and Type | Method and Description |
|---|---|
RestConnection |
connect() |
void |
disconnect(RestConnection restConnection) |
org.mule.runtime.api.connection.ConnectionValidationResult |
validate(RestConnection restConnection) |
public RestConnection connect() throws org.mule.runtime.api.connection.ConnectionException
connect in interface org.mule.runtime.api.connection.ConnectionProvider<RestConnection>org.mule.runtime.api.connection.ConnectionExceptionpublic void disconnect(RestConnection restConnection)
disconnect in interface org.mule.runtime.api.connection.ConnectionProvider<RestConnection>public org.mule.runtime.api.connection.ConnectionValidationResult validate(RestConnection restConnection)
validate in interface org.mule.runtime.api.connection.ConnectionProvider<RestConnection>Copyright © 2023. All rights reserved.