Uses of Annotation Interface
org.apache.camel.BindToRegistry
Packages that use BindToRegistry
Package
Description
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
-
Uses of BindToRegistry in org.apache.camel.spi
Methods in org.apache.camel.spi that return types with arguments of type BindToRegistryModifier and TypeMethodDescriptionCamelBeanPostProcessor.getLazyBeanStrategy()Custom strategy for handlingBindToRegistrybeans and whether they are lazy or not.Method parameters in org.apache.camel.spi with type arguments of type BindToRegistryModifier and TypeMethodDescriptionvoidCamelBeanPostProcessor.setLazyBeanStrategy(Predicate<BindToRegistry> strategy) Custom strategy for handlingBindToRegistrybeans and whether they are lazy or not.