Web Socket Config
@Configuration
@EnableWebSocket
@Import(value = [JwtHandshakeInterceptor::class ] )
@ConditionalOnProperty(name = ["cryptotrader.api.websocket.enabled" ], havingValue = "true", matchIfMissing = true )
Constructors
Link copied to clipboard
constructor(signupWebsocket: SignupWebSocketHandler, loginWebSocket: LoginWebSocketHandler, currencyValueWebSocket: CurrencyValueWebSocketHandler, jwtHandshakeInterceptor: JwtHandshakeInterceptor)
Properties
Functions
Link copied to clipboard
@Bean
@ConditionalOnMissingBean(value = [JwtHandshakeInterceptor::class ] )
Link copied to clipboard