public class TransactionalSource extends org.mule.runtime.extension.api.runtime.source.Source<TestTransactionalConnection,org.mule.runtime.api.message.Attributes>
| Constructor and Description |
|---|
TransactionalSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
onError() |
void |
onStart(org.mule.runtime.extension.api.runtime.source.SourceCallback<TestTransactionalConnection,org.mule.runtime.api.message.Attributes> sourceCallback) |
void |
onStop() |
void |
onSuccess() |
void |
onTerminate() |
public static Boolean isSuccess
public void onStart(org.mule.runtime.extension.api.runtime.source.SourceCallback<TestTransactionalConnection,org.mule.runtime.api.message.Attributes> sourceCallback) throws org.mule.runtime.api.exception.MuleException
onStart in class org.mule.runtime.extension.api.runtime.source.Source<TestTransactionalConnection,org.mule.runtime.api.message.Attributes>org.mule.runtime.api.exception.MuleExceptionpublic void onStop()
onStop in class org.mule.runtime.extension.api.runtime.source.Source<TestTransactionalConnection,org.mule.runtime.api.message.Attributes>@OnSuccess
public void onSuccess()
throws InterruptedException
InterruptedException@OnError public void onError()
@OnTerminate public void onTerminate()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.