Interface HasCamelContext

All Known Subinterfaces:
RouteTemplateContext

public interface HasCamelContext
A simple marker interface for an object which holds a CamelContext.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the camel context.
  • Method Details

    • getCamelContext

      CamelContext getCamelContext()
      Returns the camel context.
      Returns:
      the camel context.