| Package | Description |
|---|---|
| com.mulesoft.extension.mq.internal.operation | |
| com.mulesoft.extension.mq.internal.service |
| Modifier and Type | Method and Description |
|---|---|
void |
AnypointMQOperations.publish(org.mule.runtime.extension.api.runtime.streaming.StreamingHelper streamingHelper,
AnypointMQConnection connection,
String destination,
AnypointMQMessageGroup messageGroup,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<InputStream,AnypointMQMessagePublishAttributes> callback) |
| Modifier and Type | Method and Description |
|---|---|
static void |
AnypointMQServiceClient.publish(org.mule.runtime.extension.api.runtime.streaming.StreamingHelper streamingHelper,
AnypointMQConnection connection,
String destination,
InputStream messageBodyStream,
org.mule.runtime.api.metadata.MediaType mediaType,
String messageId,
Optional<Long> deliveryDelay,
boolean sendContentType,
Optional<String> messageGroupId,
Map<String,Object> properties,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<InputStream,AnypointMQMessagePublishAttributes> callback) |
void |
AnypointMQService.publish(String destination,
org.mule.runtime.api.metadata.TypedValue<InputStream> body,
String messageId,
boolean sendContentType,
Map<String,String> properties,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<byte[],AnypointMQMessagePublishAttributes> callback) |
Copyright © 2024 MuleSoft, Inc.. All rights reserved.