public interface PolicyNotificationListenerSupplier
| Modifier and Type | Method and Description |
|---|---|
Optional<org.mule.runtime.api.notification.NotificationListener> |
supply(ApiImplementation apiImplementation,
PolicyDefinition policyDefinition,
PolicySpecification policySpecification)
Supplies a notification listener that will be injected in the policy's context.
|
Optional<org.mule.runtime.api.notification.NotificationListener> supply(ApiImplementation apiImplementation, PolicyDefinition policyDefinition, PolicySpecification policySpecification)
apiImplementation - API implementation where the policy will be injectedpolicyDefinition - policy whose context will be injected with the supplied listenerCopyright © 2014–2022 MuleSoft, Inc.. All rights reserved.