public abstract class OperationResultBuilderFactory extends Object
OperationResult.Builder
getDefaultFactory() method can be used to obtain a default implementation
provided by the runtime
| Constructor and Description |
|---|
OperationResultBuilderFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract <Output,A extends org.mule.runtime.api.message.Attributes> |
create()
Creates a new
OperationResult.Builder |
static OperationResultBuilderFactory |
getDefaultFactory()
The implementation of this abstract class is provided by the Mule Runtime, and loaded during
this class initialization.
|
public static final OperationResultBuilderFactory getDefaultFactory()
If more than one implementation is found, the classLoading order of those implementations will determine which one is used. Information about this will be logged to aid in the troubleshooting of those cases.
public abstract <Output,A extends org.mule.runtime.api.message.Attributes> OperationResult.Builder<Output,A> create()
OperationResult.BuilderOutput - the generic type of the output valueA - the generic type of the message attributesOperationResult.BuilderCopyright © 2016 MuleSoft, Inc.. All rights reserved.