Package org.apache.camel.openapi
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 String
JMX_REST_DEFINITION_RESOLVER
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>
findCamelContexts()
List<org.apache.camel.model.rest.RestDefinition>
getRestDefinitions(org.apache.camel.CamelContext camelContext, String camelId)
-
-
-
Field Detail
-
JMX_REST_DEFINITION_RESOLVER
static final String JMX_REST_DEFINITION_RESOLVER
- See Also:
- Constant Field Values
-
-