Uses of Interface
org.apache.camel.spi.ComponentCustomizer.Policy
Packages that use ComponentCustomizer.Policy
Package
Description
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
-
Uses of ComponentCustomizer.Policy in org.apache.camel.spi
Methods in org.apache.camel.spi that return ComponentCustomizer.PolicyModifier and TypeMethodDescriptionstatic ComponentCustomizer.PolicyComponentCustomizer.Policy.any()A simple allow-all policy.static ComponentCustomizer.PolicyComponentCustomizer.Policy.none()A simple deny-all policy.