public final class SourceTransactionalActionUtils extends Object
SourceTransactionalAction| Modifier and Type | Method and Description |
|---|---|
static org.mule.sdk.api.tx.SourceTransactionalAction |
from(Object sourceTransactionalAction)
Returns the assosiated
SourceTransactionalAction from the given value. |
static org.mule.runtime.extension.api.tx.SourceTransactionalAction |
toLegacy(Object sourceTransactionalAction)
Returns the assosiated
SourceTransactionalAction from the given value. |
public static org.mule.sdk.api.tx.SourceTransactionalAction from(Object sourceTransactionalAction)
SourceTransactionalAction from the given value. The given value must either be an
SourceTransactionalAction or an SourceTransactionalActionsourceTransactionalAction - the value to take the SourceTransactionalActionSourceTransactionalAction associated to the given argument.public static org.mule.runtime.extension.api.tx.SourceTransactionalAction toLegacy(Object sourceTransactionalAction)
SourceTransactionalAction from the given value. The given value must either be an
SourceTransactionalAction or an SourceTransactionalActionsourceTransactionalAction - the value to take the SourceTransactionalActionSourceTransactionalAction associated to the given argument.Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.