public class AmqpResultFactory extends Object
Result based on a AMQP Message| Constructor and Description |
|---|
AmqpResultFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.Result<InputStream,AmqpAttributes> |
createEmptyResult()
Creates an empty
Result |
org.mule.runtime.extension.api.runtime.operation.Result<InputStream,AmqpAttributes> |
createResult(AmqpMessage amqpMessage,
String contentType,
String encoding,
String ackId) |
public org.mule.runtime.extension.api.runtime.operation.Result<InputStream,AmqpAttributes> createResult(AmqpMessage amqpMessage, String contentType, String encoding, String ackId)
public org.mule.runtime.extension.api.runtime.operation.Result<InputStream,AmqpAttributes> createEmptyResult()
ResultResult containing the a null payload and no attributesCopyright © 2019 MuleSoft, Inc.. All rights reserved.