Package-level declarations

Types

Link copied to clipboard
@AutoConfiguration
@ConditionalOnClass(name = "org.qos.logback.classic.Logger")
open class CryptoTraderLoggingAutoConfig
Link copied to clipboard
@ControllerAdvice
@ConditionalOnProperty(prefix = "cryptotrader.exceptions", name = "enabled", havingValue = "true", matchIfMissing = true)
open class GlobalExceptionHandler
Link copied to clipboard
@AutoConfiguration
@ConditionalOnClass(value = ContentCachingRequestWrapper::class)
@ConditionalOnProperty(prefix = "cryptotrader.http.logging", name = "enabled", havingValue = "true", matchIfMissing = true)
open class HttpLoggingAutoConfig
Link copied to clipboard
@AutoConfiguration
@ConditionalOnClass(value = WebSocketMessageBrokerConfigurer::class)
@ConditionalOnProperty(prefix = "cryptotrader.websocket.logging", name = "enabled", havingValue = "true", matchIfMissing = true)
open class WebSocketLoggingAutoConfig : WebSocketMessageBrokerConfigurer