public class SourceConfiguration extends Object
| Constructor and Description |
|---|
SourceConfiguration(org.mule.runtime.extension.api.tx.SourceTransactionalAction transactionalAction,
org.mule.runtime.api.tx.TransactionType transactionType,
org.mule.runtime.api.component.location.ComponentLocation componentLocation,
String configName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getConfigName() |
String |
getFlowName() |
org.mule.runtime.extension.api.tx.SourceTransactionalAction |
getTransactionalAction() |
org.mule.runtime.api.tx.TransactionType |
getTransactionType() |
public SourceConfiguration(org.mule.runtime.extension.api.tx.SourceTransactionalAction transactionalAction,
org.mule.runtime.api.tx.TransactionType transactionType,
org.mule.runtime.api.component.location.ComponentLocation componentLocation,
String configName)
public String getFlowName()
public org.mule.runtime.extension.api.tx.SourceTransactionalAction getTransactionalAction()
public org.mule.runtime.api.tx.TransactionType getTransactionType()
public String getConfigName()
Copyright © 2020. All rights reserved.