Package-level declarations
Types
Link copied to clipboard
@AutoConfiguration
@ConditionalOnClass(value = [Aspect::class, ProceedingJoinPoint::class, Logger::class ] )
@EnableConfigurationProperties(value = [CryptoTraderLoggingProperties::class, TimeTrackingProperties::class ] )
Link copied to clipboard
@ControllerAdvice
@ConditionalOnProperty(prefix = "cryptotrader.exceptions", name = "enabled", havingValue = "true", matchIfMissing = true )
Link copied to clipboard
@AutoConfiguration
@ConditionalOnClass(value = ContentCachingRequestWrapper::class )
@ConditionalOnProperty(prefix = "cryptotrader.http.logging", name = "enabled", havingValue = "true", matchIfMissing = true )
Link copied to clipboard
Link copied to clipboard
@AutoConfiguration
@ConditionalOnClass(value = WebSocketMessageBrokerConfigurer::class )
@ConditionalOnProperty(prefix = "cryptotrader.websocket.logging", name = "enabled", havingValue = "true", matchIfMissing = true )