public class AnypointMQConnectionProvider extends Object implements org.mule.runtime.api.connection.CachedConnectionProvider<AnypointMQConnection>
| Modifier and Type | Field and Description |
|---|---|
protected org.mule.runtime.http.api.HttpService |
httpService |
protected org.mule.runtime.api.scheduler.SchedulerService |
schedulerService |
| Constructor and Description |
|---|
AnypointMQConnectionProvider() |
| Modifier and Type | Method and Description |
|---|---|
AnypointMQConnection |
connect() |
void |
disconnect(AnypointMQConnection connection) |
String |
getUserAgentInfo() |
org.mule.runtime.api.connection.ConnectionValidationResult |
validate(AnypointMQConnection connection) |
@Inject protected org.mule.runtime.http.api.HttpService httpService
@Inject protected org.mule.runtime.api.scheduler.SchedulerService schedulerService
public AnypointMQConnection connect() throws org.mule.runtime.api.connection.ConnectionException
connect in interface org.mule.runtime.api.connection.ConnectionProvider<AnypointMQConnection>org.mule.runtime.api.connection.ConnectionExceptionpublic void disconnect(AnypointMQConnection connection)
disconnect in interface org.mule.runtime.api.connection.ConnectionProvider<AnypointMQConnection>public org.mule.runtime.api.connection.ConnectionValidationResult validate(AnypointMQConnection connection)
validate in interface org.mule.runtime.api.connection.ConnectionProvider<AnypointMQConnection>public String getUserAgentInfo()
Copyright © 2025 MuleSoft, Inc.. All rights reserved.