| Modifier and Type | Class and Description |
|---|---|
class |
AnypointMQMessageAttributes |
class |
KafkaMessageAttributes |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.source.SourceCallback<InputStream,AsyncMessageAttributes> |
SourceCallbackRegistry.getSourceCallback(RoutingKey routingKey)
Retrieves a source callback identified by the given
RoutingKey |
| Modifier and Type | Method and Description |
|---|---|
void |
SourceCallbackRegistry.registerSourceCallback(RoutingKey routingKey,
org.mule.runtime.extension.api.runtime.source.SourceCallback<InputStream,AsyncMessageAttributes> sourceCallback)
Register a source callback with the given
RoutingKey |
| Modifier and Type | Method and Description |
|---|---|
protected abstract AsyncMessageAttributes |
MessageListenerHandler.buildResultAttributes(org.mule.runtime.extension.api.runtime.operation.Result<T,A> result,
String specChannel)
Build the message attributes out of the underlying connector result attributes
|
| Modifier and Type | Method and Description |
|---|---|
protected AsyncMessageAttributes |
AnypointMQMessageListenerHandler.buildResultAttributes(org.mule.runtime.extension.api.runtime.operation.Result<InputStream,com.mulesoft.extension.mq.api.attributes.AnypointMQMessageAttributes> result,
String specChannel) |
| Modifier and Type | Method and Description |
|---|---|
protected AsyncMessageAttributes |
KafkaMessageListenerHandler.buildResultAttributes(org.mule.runtime.extension.api.runtime.operation.Result<InputStream,com.mulesoft.connectors.kafka.api.KafkaRecordAttributes> result,
String specChannel) |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncMessageListenerSource.onStart(org.mule.runtime.extension.api.runtime.source.SourceCallback<InputStream,AsyncMessageAttributes> sourceCallback) |
Copyright © 2024 MuleSoft, Inc.. All rights reserved.