public class KafkaAsyncChannelBinding extends AsyncChannelBinding
| Constructor and Description |
|---|
KafkaAsyncChannelBinding(amf.apicontract.client.platform.model.domain.bindings.kafka.KafkaChannelBinding kafkaChannelBinding) |
| 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() |
fromChannelBindingpublic KafkaAsyncChannelBinding(amf.apicontract.client.platform.model.domain.bindings.kafka.KafkaChannelBinding kafkaChannelBinding)
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.