| Package | Description |
|---|---|
| org.mule.sdk.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 |
Result.Builder<T,A> |
Result.copy()
Creates a new
Result.Builder initialises with a state that matched this result |
Result.Builder<T,A> |
Result.Builder.length(long length)
Sets the length in bytes of the payload
|
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 © 2023. All rights reserved.