Uses of Class
org.mule.sdk.api.runtime.operation.Result.Builder
Packages that use Result.Builder
-
Uses of Result.Builder in org.mule.sdk.api.runtime.operation
Methods in org.mule.sdk.api.runtime.operation that return Result.BuilderModifier and TypeMethodDescriptionResult.Builder.attributes(A attributes) Sets the output attributes valueResult.Builder.attributesMediaType(org.mule.runtime.api.metadata.MediaType mediaType) Sets the outputMediaTypefor the attributesstatic <T,A> Result.Builder<T, A> Result.builder()Creates a newResult.Builderstatic <T,A> Result.Builder<T, A> Result.builder(org.mule.runtime.api.message.Message muleMessage) Creates a newResult.Builderinitialises with a state that matched the one of the givenmuleMessageResult.copy()Creates a newResult.Builderinitialises with a state that matchedthisresultResult.Builder.length(long length) Sets the length in bytes of the payloadResult.Builder.mediaType(org.mule.runtime.api.metadata.MediaType mediaType) Sets the outputMediaTypefor the payloadSets the output value