Interface AfterPropertiesConfigured

  • All Known Subinterfaces:
    BeanIntrospection, UnitOfWorkFactory

    public interface AfterPropertiesConfigured
    To perform optional initialization on an element after its properties has been configured.

    Currently only languages is supported using this callback.

    • Method Detail

      • afterPropertiesConfigured

        void afterPropertiesConfigured​(CamelContext camelContext)
        Callback invoked after the element have configured its properties.

        This allows to perform any post init work.

        Parameters:
        camelContext - the Camel Context