| Package | Description |
|---|---|
| org.mule.runtime.extension.api.runtime.operation |
| Modifier and Type | Method and Description |
|---|---|
OperationResult.Builder<Output,A> |
OperationResult.Builder.attributes(A attributes)
Sets the output attributes value
|
static <Output,A extends org.mule.runtime.api.message.Attributes> |
OperationResult.builder()
Creates a new
OperationResult.Builder |
static <Output,A extends org.mule.runtime.api.message.Attributes> |
OperationResult.builder(org.mule.runtime.api.message.Message muleMessage)
Creates a new
OperationResult.Builder initialises with a state that matched
the one of the given muleMessage |
abstract <Output,A extends org.mule.runtime.api.message.Attributes> |
OperationResultBuilderFactory.create()
Creates a new
OperationResult.Builder |
OperationResult.Builder<Output,A> |
OperationResult.Builder.mediaType(org.mule.runtime.api.metadata.MediaType mediaType)
Sets the output
MediaType |
OperationResult.Builder<Output,A> |
OperationResult.Builder.output(Output output)
Sets the output value
|
Copyright © 2016 MuleSoft, Inc.. All rights reserved.