@Alias(value="kiwi") public class VeganKiwiConnectionProvider extends Object implements org.mule.runtime.api.connection.ConnectionProvider<org.mule.tck.testmodels.fruit.Kiwi>
| Constructor and Description |
|---|
VeganKiwiConnectionProvider() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.tck.testmodels.fruit.Kiwi |
connect() |
void |
disconnect(org.mule.tck.testmodels.fruit.Kiwi kiwi) |
org.mule.runtime.api.connection.ConnectionValidationResult |
validate(org.mule.tck.testmodels.fruit.Kiwi kiwi) |
public org.mule.tck.testmodels.fruit.Kiwi connect()
throws org.mule.runtime.api.connection.ConnectionException
connect in interface org.mule.runtime.api.connection.ConnectionProvider<org.mule.tck.testmodels.fruit.Kiwi>org.mule.runtime.api.connection.ConnectionExceptionpublic void disconnect(org.mule.tck.testmodels.fruit.Kiwi kiwi)
disconnect in interface org.mule.runtime.api.connection.ConnectionProvider<org.mule.tck.testmodels.fruit.Kiwi>public org.mule.runtime.api.connection.ConnectionValidationResult validate(org.mule.tck.testmodels.fruit.Kiwi kiwi)
validate in interface org.mule.runtime.api.connection.ConnectionProvider<org.mule.tck.testmodels.fruit.Kiwi>Copyright © 2022 MuleSoft, Inc.. All rights reserved.