public class MuleArtifactDeclarationBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
FLOW_TAG_NAME |
| Constructor and Description |
|---|
MuleArtifactDeclarationBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static org.mule.runtime.app.declaration.api.ConstructElementDeclaration |
buildFlow(String flowName,
List<org.mule.runtime.app.declaration.api.ComponentElementDeclaration> components) |
static org.mule.runtime.app.declaration.api.OperationElementDeclaration |
buildSetPayload(String payload) |
static org.mule.runtime.app.declaration.api.ArtifactDeclaration |
emptyArtifactDeclaration() |
public static final String FLOW_TAG_NAME
public static org.mule.runtime.app.declaration.api.ArtifactDeclaration emptyArtifactDeclaration()
public static org.mule.runtime.app.declaration.api.ConstructElementDeclaration buildFlow(String flowName, List<org.mule.runtime.app.declaration.api.ComponentElementDeclaration> components)
public static org.mule.runtime.app.declaration.api.OperationElementDeclaration buildSetPayload(String payload)
Copyright © 2022. All rights reserved.