Class MuleBasedAnypointMQClientFactory
java.lang.Object
org.mule.extension.jsonlogger.internal.destinations.amq.client.MuleBasedAnypointMQClientFactory
- All Implemented Interfaces:
com.mulesoft.mq.restclient.AnypointMQClientFactory
public class MuleBasedAnypointMQClientFactory
extends Object
implements com.mulesoft.mq.restclient.AnypointMQClientFactory
-
Constructor Summary
ConstructorsConstructorDescriptionMuleBasedAnypointMQClientFactory(org.mule.runtime.http.api.client.HttpClient httpClient, org.mule.runtime.api.scheduler.Scheduler scheduler) -
Method Summary
Modifier and TypeMethodDescriptioncom.mulesoft.mq.restclient.AnypointMqClientcreateClient(String courierApiUrl, com.mulesoft.mq.restclient.client.mq.domain.CourierAuthenticationCredentials authenticationCredentials, String userAgentInfo)
-
Constructor Details
-
MuleBasedAnypointMQClientFactory
public MuleBasedAnypointMQClientFactory(org.mule.runtime.http.api.client.HttpClient httpClient, org.mule.runtime.api.scheduler.Scheduler scheduler)
-
-
Method Details
-
createClient
public com.mulesoft.mq.restclient.AnypointMqClient createClient(String courierApiUrl, com.mulesoft.mq.restclient.client.mq.domain.CourierAuthenticationCredentials authenticationCredentials, String userAgentInfo) - Specified by:
createClientin interfacecom.mulesoft.mq.restclient.AnypointMQClientFactory
-