public interface PolicyInstance
extends org.mule.runtime.api.lifecycle.Initialisable, org.mule.runtime.api.lifecycle.Startable
Processors to be applied to a source and another
chain to be applied to an operation.
Both of them are optionals since a policy may apply only to a source or only to an operation.| Modifier and Type | Method and Description |
|---|---|
Optional<PolicyChain> |
getOperationPolicyChain() |
Optional<PolicyChain> |
getSourcePolicyChain() |
Optional<PolicyChain> getSourcePolicyChain()
Optional<PolicyChain> getOperationPolicyChain()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.