public interface SourceCallbackContextAdapter
extends org.mule.runtime.extension.api.runtime.source.SourceCallbackContext
SourceCallbackContext contract with internal behavior we don't want exposed
on the public API| Modifier and Type | Method and Description |
|---|---|
void |
dispatched()
Indicates that
this instance has already been used to dispatch an event |
List<NotificationFunction> |
getNotificationsFunctions()
Retrieves the notification functions.
|
void |
releaseConnection()
Releases the bound connection
|
void releaseConnection()
void dispatched()
this instance has already been used to dispatch an eventList<NotificationFunction> getNotificationsFunctions()
NotificationFunctions to evaluate and fireCopyright © 2003–2024 MuleSoft, Inc.. All rights reserved.