Uses of Class
org.apache.camel.main.TracerConfigurationProperties
-
Uses of TracerConfigurationProperties in org.apache.camel.main
Methods in org.apache.camel.main that return TracerConfigurationPropertiesModifier and TypeMethodDescriptionMainConfigurationProperties.tracerConfig()To configure Tracer.TracerConfigurationProperties.withBacklogSize(int backlogSize) Defines how many of the last messages to keep in the tracer (should be between 1 - 1000).TracerConfigurationProperties.withBodyIncludeFiles(boolean bodyIncludeFiles) Whether to include the message body of file based messages.TracerConfigurationProperties.withBodyIncludeStreams(boolean bodyIncludeStreams) Whether to include the message body of stream based messages.TracerConfigurationProperties.withBodyMaxChars(int bodyMaxChars) To limit the message body to a maximum size in the traced message.TracerConfigurationProperties.withEnabled(boolean enabled) Enables tracer in your Camel application.TracerConfigurationProperties.withIncludeException(boolean includeException) Trace messages to include exception if the message failedTracerConfigurationProperties.withIncludeExchangeProperties(boolean includeExchangeProperties) Whether to include the exchange properties in the traced messageTracerConfigurationProperties.withIncludeExchangeVariables(boolean includeExchangeVariables) Whether to include the exchange variables in the traced messageTracerConfigurationProperties.withRemoveOnDump(boolean removeOnDump) Whether all traced messages should be removed when the tracer is dumping.TracerConfigurationProperties.withStandby(boolean standby) To set the tracer in standby mode, where the tracer will be installed by not automatic enabled.TracerConfigurationProperties.withTraceFilter(String traceFilter) Filter for tracing messagesTracerConfigurationProperties.withTracePattern(String tracePattern) Filter for tracing by route or node idTracerConfigurationProperties.withTraceRests(boolean traceRests) Whether to trace routes that is created from Rest DSL.TracerConfigurationProperties.withTraceTemplates(boolean traceTemplates) Whether to trace routes that is created from route templates or kamelets.