public class MuleOperation extends org.mule.runtime.api.component.AbstractComponent implements Operation
Operation implementationOperation.BuilderANNOTATION_NAME, LOCATION_KEY, ROOT_CONTAINER_NAME_KEY| Modifier and Type | Method and Description |
|---|---|
static Operation.Builder |
builder() |
void |
dispose() |
CompletableFuture<org.mule.runtime.api.event.Event> |
execute(org.mule.runtime.api.event.Event event) |
CompletableFuture<org.mule.runtime.api.component.execution.ExecutionResult> |
execute(org.mule.runtime.api.component.execution.InputEvent inputEvent) |
org.mule.runtime.api.meta.model.operation.OperationModel |
getModel() |
void |
initialise() |
void |
start() |
void |
stop() |
getAnnotation, getAnnotations, getDslSource, getIdentifier, getLocation, getRepresentation, getRootContainerLocation, initRootContainerName, setAnnotationspublic static Operation.Builder builder()
public CompletableFuture<org.mule.runtime.api.component.execution.ExecutionResult> execute(org.mule.runtime.api.component.execution.InputEvent inputEvent)
execute in interface org.mule.runtime.api.component.execution.ExecutableComponentpublic CompletableFuture<org.mule.runtime.api.event.Event> execute(org.mule.runtime.api.event.Event event)
execute in interface org.mule.runtime.api.component.execution.ExecutableComponentpublic void initialise()
throws org.mule.runtime.api.lifecycle.InitialisationException
initialise in interface org.mule.runtime.api.lifecycle.Initialisableorg.mule.runtime.api.lifecycle.InitialisationExceptionpublic void start()
throws org.mule.runtime.api.exception.MuleException
start in interface org.mule.runtime.api.lifecycle.Startableorg.mule.runtime.api.exception.MuleExceptionpublic void stop()
throws org.mule.runtime.api.exception.MuleException
stop in interface org.mule.runtime.api.lifecycle.Stoppableorg.mule.runtime.api.exception.MuleExceptionpublic void dispose()
dispose in interface org.mule.runtime.api.lifecycle.DisposableCopyright © 2003–2022 MuleSoft, Inc.. All rights reserved.