| Modifier and Type | Class and Description |
|---|---|
class |
AsyncChannelBinding
Abstract class for Channel binding type can be implemented by protocol specific bindings
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnypointMQAsyncChannelBinding
Channel binding for AnypointMQ ref -
https://github.com/asyncapi/bindings/blob/b1e7736071ccddc6c3d652bb2071cad4549f8a08/anypointmq/README.md
|
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncMessageBinding
Abstract class for Message Binding can be implemented by protocol specific message bindings
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnypointMQAsyncMessageBinding
Message biding for AnypointMQ ref -
https://github.com/asyncapi/bindings/blob/b1e7736071ccddc6c3d652bb2071cad4549f8a08/anypointmq/README.md
|
| Modifier and Type | Class and Description |
|---|---|
class |
KafkaAsyncMessageBinding
Message binding for Kafka ref -
https://github.com/asyncapi/bindings/blob/1cd9167b08c81505e342d5de4970234b80439360/kafka/README.md
|
| Modifier and Type | Method and Description |
|---|---|
static List<AsyncBinding> |
BindingUtils.updatePublisherAsyncBindings(AsyncConfig config,
String channelName) |
static List<AsyncBinding> |
BindingUtils.updateSubscriberAsyncBindings(AsyncConfig config,
String channelName) |
| Modifier and Type | Field and Description |
|---|---|
protected List<AsyncBinding> |
MessageListenerHandler.asyncBindings |
| Modifier and Type | Method and Description |
|---|---|
Consumer<org.mule.runtime.extension.api.client.OperationParameterizer> |
PublishHandler.configurePublishOperationFor(PublishParameters parameters,
org.mule.runtime.api.metadata.TypedValue<InputStream> content,
List<AsyncBinding> asyncBindings) |
| Constructor and Description |
|---|
MessageListenerHandler(amf.apicontract.client.platform.model.domain.api.AsyncApi api,
SourceCallbackRegistry registry,
ChannelBasedRegistry channelBasedRegistry,
amf.apicontract.client.platform.AMFElementClient amfElementClient,
String serverName,
String channelName,
List<AsyncBinding> asyncBindings) |
| Modifier and Type | Method and Description |
|---|---|
Consumer<org.mule.runtime.extension.api.client.OperationParameterizer> |
AnypointMQPublishHandler.configurePublishOperationFor(PublishParameters parameters,
org.mule.runtime.api.metadata.TypedValue<InputStream> content,
List<AsyncBinding> asyncBindings) |
| Constructor and Description |
|---|
AnypointMQMessageListenerHandler(amf.apicontract.client.platform.model.domain.api.AsyncApi api,
SourceCallbackRegistry registry,
ChannelBasedRegistry channelBasedRegistry,
amf.apicontract.client.platform.AMFElementClient amfElementClient,
String serverName,
String channelName,
String configRef,
List<AsyncBinding> asyncBindings) |
| Modifier and Type | Method and Description |
|---|---|
Consumer<org.mule.runtime.extension.api.client.OperationParameterizer> |
KafkaPublishHandler.configurePublishOperationFor(PublishParameters parameters,
org.mule.runtime.api.metadata.TypedValue<InputStream> content,
List<AsyncBinding> asyncBindings) |
| Constructor and Description |
|---|
KafkaMessageListenerHandler(amf.apicontract.client.platform.model.domain.api.AsyncApi api,
SourceCallbackRegistry registry,
ChannelBasedRegistry channelBasedRegistry,
amf.apicontract.client.platform.AMFElementClient amfElementClient,
String serverName,
String consumerConfigRef,
List<AsyncBinding> asyncBindings) |
Copyright © 2024 MuleSoft, Inc.. All rights reserved.