T - the generic type of the output values of the generated resultsA - the generic type of the attributes of the generated resultspublic interface SourceCallbackAdapter<T,A>
extends org.mule.sdk.api.runtime.source.SourceCallback<T,A>
SourceCallback contract with internal behavior not to be exposed on the public API| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.config.ConfigurationInstance |
getConfigurationInstance() |
String |
getOwningExtensionName() |
String |
getOwningSourceName() |
SourceConnectionManager |
getSourceConnectionManager() |
org.mule.runtime.api.component.location.ComponentLocation |
getSourceLocation() |
int |
getTimeout() |
TransactionConfig |
getTransactionConfig() |
TransactionManager |
getTransactionManager() |
TransactionSourceBinder |
getTransactionSourceBinder() |
TransactionSourceBinder getTransactionSourceBinder()
TransactionSourceBinder to be used when binding a transactionorg.mule.runtime.extension.api.runtime.config.ConfigurationInstance getConfigurationInstance()
ConfigurationInstance of the sourceTransactionConfig getTransactionConfig()
TransactionConfigSourceConnectionManager getSourceConnectionManager()
SourceConnectionManager for the owning SourceString getOwningSourceName()
SourceString getOwningExtensionName()
org.mule.runtime.api.component.location.ComponentLocation getSourceLocation()
ComponentLocationTransactionManager getTransactionManager()
TransactionManagerint getTimeout()
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.