| 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 | Method and Description |
|---|---|
void |
ChannelBasedRegistry.registerChannelPatterns(AsyncConfig config)
Channel names available from API contain the parameter enclosed in parentheses.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PublishOperation.publish(AsyncConfig config,
org.mule.runtime.api.metadata.TypedValue<InputStream> content,
PublishParameters parameters,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<PublishResponse,Void> callback,
org.mule.runtime.extension.api.runtime.streaming.StreamingHelper helper) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ProtocolHandler.buildMessageListenerHandlersFor(AsyncConfig config,
String server,
String channelName) |
abstract void |
ProtocolHandler.buildPublishHandlersFor(AsyncConfig config,
String server,
String channelName) |
| Modifier and Type | Method and Description |
|---|---|
void |
AnypointMQProtocolHandler.buildMessageListenerHandlersFor(AsyncConfig config,
String server,
String channelName) |
void |
AnypointMQProtocolHandler.buildPublishHandlersFor(AsyncConfig config,
String server,
String channelName) |
| Modifier and Type | Method and Description |
|---|---|
void |
KafkaProtocolHandler.buildMessageListenerHandlersFor(AsyncConfig config,
String server,
String channelName) |
void |
KafkaProtocolHandler.buildPublishHandlersFor(AsyncConfig config,
String server,
String channelName) |
Copyright © 2024 MuleSoft, Inc.. All rights reserved.