Interface ManagedDumpRoutesStrategyMBean
public interface ManagedDumpRoutesStrategyMBean
-
Method Summary
Modifier and TypeMethodDescriptionvoiddumpRoutes(String format) booleanisLog()booleanbooleanvoidsetInclude(String include) voidsetLog(boolean log) voidvoidsetResolvePlaceholders(boolean resolvePlaceholders) voidsetUriAsParameters(boolean uriAsParameters)
-
Method Details
-
dumpRoutes
-
getCamelId
-
getCamelManagementName
-
getInclude
@ManagedAttribute(description="Controls what to include in output. Possible values: routes, rests, routeTemplates. Multiple values can be separated by comma. Default is routes.") String getInclude() -
setInclude
@ManagedAttribute(description="Controls what to include in output. Possible values: routes, rests, routeTemplates. Multiple values can be separated by comma. Default is routes.") void setInclude(String include) -
isLog
-
setLog
-
getOutput
-
setOutput
@ManagedAttribute(description="Whether to save route dumps to file(s)") void setOutput(String output) -
isUriAsParameters
@ManagedAttribute(description="When dumping to YAML format, then this option controls whether endpoint URIs should be expanded into a key/value parameters") boolean isUriAsParameters() -
setUriAsParameters
@ManagedAttribute(description="When dumping to YAML format, then this option controls whether endpoint URIs should be expanded into a key/value parameters") void setUriAsParameters(boolean uriAsParameters) -
isResolvePlaceholders
-
setResolvePlaceholders
@ManagedAttribute(description="Whether to resolve property placeholders in the dumped output. Default is true.") void setResolvePlaceholders(boolean resolvePlaceholders)
-