public class NoOpPolicyManager extends Object implements PolicyManager
PolicyManager that does not apply any policy.| Constructor and Description |
|---|
NoOpPolicyManager() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.policy.api.PolicyPointcutParameters |
addSourcePointcutParametersIntoEvent(org.mule.runtime.api.component.Component source,
org.mule.runtime.api.metadata.TypedValue<?> attributes,
InternalEvent event) |
OperationPolicy |
createOperationPolicy(org.mule.runtime.api.component.Component operation,
CoreEvent operationEvent,
OperationParametersProcessor operationParameters) |
SourcePolicy |
createSourcePolicyInstance(org.mule.runtime.api.component.Component source,
CoreEvent sourceEvent,
ReactiveProcessor flowExecutionProcessor,
MessageSourceResponseParametersProcessor messageSourceResponseParametersProcessor) |
public SourcePolicy createSourcePolicyInstance(org.mule.runtime.api.component.Component source, CoreEvent sourceEvent, ReactiveProcessor flowExecutionProcessor, MessageSourceResponseParametersProcessor messageSourceResponseParametersProcessor)
createSourcePolicyInstance in interface PolicyManagerpublic org.mule.runtime.policy.api.PolicyPointcutParameters addSourcePointcutParametersIntoEvent(org.mule.runtime.api.component.Component source,
org.mule.runtime.api.metadata.TypedValue<?> attributes,
InternalEvent event)
addSourcePointcutParametersIntoEvent in interface PolicyManagerpublic OperationPolicy createOperationPolicy(org.mule.runtime.api.component.Component operation, CoreEvent operationEvent, OperationParametersProcessor operationParameters)
createOperationPolicy in interface PolicyManagerCopyright © 2003–2024 MuleSoft, Inc.. All rights reserved.