public class OperationDeclarer extends ExecutableComponentDeclarer<OperationDeclarer,OperationDeclaration>
OperationDeclaration through a fluent APIdeclaration| Modifier and Type | Method and Description |
|---|---|
OperationDeclarer |
blocking(boolean blocking)
Specifies if the operation is blocking or it allows non blocking execution
|
OperationDeclarer |
withExecutionType(ExecutionType executionType)
Specifies the operation's
ExecutionType |
requiresConnection, supportsStreaming, transactional, withOutput, withOutputAttributeswithChain, withChain, withComponent, withErrorModel, withModelProperty, withOptionalComponent, withRoute, withStereotypedescribedAs, onDefaultParameterGroup, onParameterGroupgetDeclarationpublic OperationDeclarer withExecutionType(ExecutionType executionType)
ExecutionTypeexecutionType - the execution typethis declarerpublic OperationDeclarer blocking(boolean blocking)
blocking - whether the operation is blocking or notthis declarerCopyright © 2017 MuleSoft, Inc.. All rights reserved.