Interface OnCamelContextInitialized

All Superinterfaces:
OnCamelContextEvent
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface OnCamelContextInitialized extends OnCamelContextEvent
Notification on an initialized a CamelContext.
  • Method Details

    • onContextInitialized

      void onContextInitialized(CamelContext context)