Package org.apache.camel.console
Interface DevConsoleResolver
- All Superinterfaces:
CamelContextAware
A pluggable strategy for resolving dev consoles in a loosely coupled manner
-
Method Summary
Modifier and TypeMethodDescriptionLookup existing resolvedDevConsole
.Resolves the givenDevConsole
.Methods inherited from interface org.apache.camel.CamelContextAware
getCamelContext, setCamelContext
-
Method Details
-
resolveDevConsole
Resolves the givenDevConsole
.- Parameters:
id
- the id of theDevConsole
- Returns:
- the resolved
DevConsole
, or null if not found
-
lookupDevConsole
Lookup existing resolvedDevConsole
.- Parameters:
id
- the id of theDevConsole
- Returns:
- the existing
DevConsole
, or null if not yet resolved or not found
-