Interface RestDefinitionsResolver

All Known Implementing Classes:
DefaultRestDefinitionsResolver, JmxRestDefinitionsResolver

public interface RestDefinitionsResolver
Pluggable resolver for resolving rest and camel context either local or globally via JMX for the entire JVM
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.apache.camel.model.rest.RestDefinition>
    getRestDefinitions(org.apache.camel.CamelContext camelContext, String camelId)
     
  • Field Details

  • Method Details

    • getRestDefinitions

      List<org.apache.camel.model.rest.RestDefinition> getRestDefinitions(org.apache.camel.CamelContext camelContext, String camelId) throws Exception
      Throws:
      Exception