Uses of Interface
org.mule.sdk.api.runtime.source.SourceCallback
Packages that use SourceCallback
-
Uses of SourceCallback in org.mule.sdk.api.runtime.source
Methods in org.mule.sdk.api.runtime.source that return SourceCallbackModifier and TypeMethodDescription<T,A> SourceCallback<T, A> SourceCallbackContext.getSourceCallback()Methods in org.mule.sdk.api.runtime.source with parameters of type SourceCallbackModifier and TypeMethodDescriptionfinal voidPollingSource.onStart(SourceCallback<T, A> sourceCallback) This method will be invoked by the runtime to make the source start producing messages.abstract voidSource.onStart(SourceCallback<T, A> sourceCallback) This method will be invoked by the runtime to make the source start producing messages.