Class CamelDebugConfigurationProperties
java.lang.Object
org.apache.camel.spring.boot.debug.CamelDebugConfigurationProperties
@ConfigurationProperties(prefix="camel.debug")
public class CamelDebugConfigurationProperties
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
long
org.apache.camel.LoggingLevel
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
setBodyIncludeFiles
(boolean bodyIncludeFiles) void
setBodyIncludeStreams
(boolean bodyIncludeStreams) void
setBodyMaxChars
(int bodyMaxChars) void
setBreakpoints
(String breakpoints) void
setEnabled
(boolean enabled) void
setFallbackTimeout
(long fallbackTimeout) void
setIncludeException
(boolean includeException) void
setIncludeExchangeProperties
(boolean includeExchangeProperties) void
setIncludeExchangeVariables
(boolean includeExchangeVariables) void
setLoggingLevel
(org.apache.camel.LoggingLevel loggingLevel) void
setSingleStepIncludeStartEnd
(boolean singleStepIncludeStartEnd) void
setStandby
(boolean standby) void
setWaitForAttach
(boolean waitForAttach)
-
Constructor Details
-
CamelDebugConfigurationProperties
public CamelDebugConfigurationProperties()
-
-
Method Details
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
isStandby
public boolean isStandby() -
setStandby
public void setStandby(boolean standby) -
isWaitForAttach
public boolean isWaitForAttach() -
setWaitForAttach
public void setWaitForAttach(boolean waitForAttach) -
getLoggingLevel
public org.apache.camel.LoggingLevel getLoggingLevel() -
setLoggingLevel
public void setLoggingLevel(org.apache.camel.LoggingLevel loggingLevel) -
getBreakpoints
-
setBreakpoints
-
isSingleStepIncludeStartEnd
public boolean isSingleStepIncludeStartEnd() -
setSingleStepIncludeStartEnd
public void setSingleStepIncludeStartEnd(boolean singleStepIncludeStartEnd) -
getBodyMaxChars
public int getBodyMaxChars() -
setBodyMaxChars
public void setBodyMaxChars(int bodyMaxChars) -
isBodyIncludeStreams
public boolean isBodyIncludeStreams() -
setBodyIncludeStreams
public void setBodyIncludeStreams(boolean bodyIncludeStreams) -
isBodyIncludeFiles
public boolean isBodyIncludeFiles() -
setBodyIncludeFiles
public void setBodyIncludeFiles(boolean bodyIncludeFiles) -
isIncludeExchangeProperties
public boolean isIncludeExchangeProperties() -
setIncludeExchangeProperties
public void setIncludeExchangeProperties(boolean includeExchangeProperties) -
isIncludeExchangeVariables
public boolean isIncludeExchangeVariables() -
setIncludeExchangeVariables
public void setIncludeExchangeVariables(boolean includeExchangeVariables) -
isIncludeException
public boolean isIncludeException() -
setIncludeException
public void setIncludeException(boolean includeException) -
getFallbackTimeout
public long getFallbackTimeout() -
setFallbackTimeout
public void setFallbackTimeout(long fallbackTimeout)
-