| Package | Description |
|---|---|
| org.mule.runtime.extension.api.runtime.operation |
| Modifier and Type | Method and Description |
|---|---|
Result.Builder<T,A> |
Result.Builder.attributes(A attributes)
Sets the output attributes value
|
Result.Builder<T,A> |
Result.Builder.attributesMediaType(org.mule.runtime.api.metadata.MediaType mediaType)
Sets the output
MediaType for the attributes |
static <T,A> Result.Builder<T,A> |
Result.builder()
Creates a new
Result.Builder |
static <T,A> Result.Builder<T,A> |
Result.builder(org.mule.runtime.api.message.Message muleMessage)
Creates a new
Result.Builder initialises with a state that matched
the one of the given muleMessage |
static <T,A> Result.Builder<T,A> |
Result.builder(Result<T,A> prototypeResult)
Creates a new
Result.Builder initialises with a state that matched
the one of the given prototypeResult |
Result.Builder<T,A> |
Result.Builder.mediaType(org.mule.runtime.api.metadata.MediaType mediaType)
Sets the output
MediaType for the payload |
Result.Builder<T,A> |
Result.Builder.output(T output)
Sets the output value
|
Copyright © 2017 MuleSoft, Inc.. All rights reserved.