public class AnypointMQAsyncChannelBinding extends AsyncChannelBinding
| Constructor and Description |
|---|
AnypointMQAsyncChannelBinding(amf.apicontract.client.platform.model.domain.bindings.anypointmq.AnypointMQChannelBinding anypointMQChannelBinding) |
AnypointMQAsyncChannelBinding(String destination,
String destinationType,
String bindingVersion) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyBindings(org.mule.runtime.extension.api.client.params.Parameterizer parameterizer)
default method with empty implementation to be called for unsupported bindings in paramters
|
Optional<String> |
getBindingChannelName()
Use this method to fetch the runtime channel (channel substitute specified in channel binding) associated with a specChannel
(channel in specification).
|
String |
getBindingVersion() |
String |
getDestination() |
String |
getDestinationType() |
fromChannelBindingpublic AnypointMQAsyncChannelBinding(String destination, String destinationType, String bindingVersion)
public AnypointMQAsyncChannelBinding(amf.apicontract.client.platform.model.domain.bindings.anypointmq.AnypointMQChannelBinding anypointMQChannelBinding)
public String getDestination()
public String getDestinationType()
public String getBindingVersion()
public void applyBindings(org.mule.runtime.extension.api.client.params.Parameterizer parameterizer)
Bindingparameterizer - SourceParameterizer or OperationParametrizerpublic Optional<String> getBindingChannelName()
AsyncChannelBindinggetBindingChannelName in class AsyncChannelBindingOptional.empty().
If a runtime channel is present in channel binding, return Optional.of(runtimeChannel)Copyright © 2025 MuleSoft, Inc.. All rights reserved.