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 Summary

    Modifier and Type
    Method
    Description
    void
    Callback invoked after the element have configured its properties.
  • Method Details

    • 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