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 TypeMethodDescriptionintlongorg.apache.camel.LoggingLevelbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanvoidsetBodyIncludeFiles(boolean bodyIncludeFiles) voidsetBodyIncludeStreams(boolean bodyIncludeStreams) voidsetBodyMaxChars(int bodyMaxChars) voidsetBreakpoints(String breakpoints) voidsetEnabled(boolean enabled) voidsetFallbackTimeout(long fallbackTimeout) voidsetIncludeException(boolean includeException) voidsetIncludeExchangeProperties(boolean includeExchangeProperties) voidsetIncludeExchangeVariables(boolean includeExchangeVariables) voidsetLoggingLevel(org.apache.camel.LoggingLevel loggingLevel) voidsetSingleStepIncludeStartEnd(boolean singleStepIncludeStartEnd) voidsetStandby(boolean standby) voidsetWaitForAttach(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)
-