Package org.mule.sdk.api.runtime.operation


package org.mule.sdk.api.runtime.operation
  • Class
    Description
    In order for Mule to determine the best way to execute different components, it needs to know the type of work the components will be performing.
    Allows to execute custom logic when the flow on which an operation is being executed finishes.
    Result<T,A>
    Represents the result of a component's execution.
    Builds instances of Result