Uses of Interface
org.apache.camel.spi.ComponentCustomizer.Policy
-
Packages that use ComponentCustomizer.Policy Package Description org.apache.camel.spi 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.Policy Modifier and Type Method Description static ComponentCustomizer.PolicyComponentCustomizer.Policy. any()A simple allow-all policy.static ComponentCustomizer.PolicyComponentCustomizer.Policy. none()A simple deny-all policy.
-