Uses of Interface
org.apache.camel.spi.Policy
-
Packages that use Policy Package Description org.apache.camel.spi Service Provider Interfaces used by the Camel runtime which are plugin strategies. -
-
Uses of Policy in org.apache.camel.spi
Subinterfaces of Policy in org.apache.camel.spi Modifier and Type Interface Description interface
AuthorizationPolicy
A marker for defining the policy to be used for applying authorization to routes.interface
TransactedPolicy
A marker for defining the policy to be used for applying transaction to routes.
-