java.lang.Object
com.finconsgroup.itserr.marketplace.usercommunication.dm.security.config.WebSocketSecurityConfig
All Implemented Interfaces:
org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer

@Configuration public class WebSocketSecurityConfig extends Object implements org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer
  • Constructor Details

    • WebSocketSecurityConfig

      public WebSocketSecurityConfig()
  • Method Details

    • addArgumentResolvers

      public void addArgumentResolvers(List<org.springframework.messaging.handler.invocation.HandlerMethodArgumentResolver> argumentResolvers)
      Specified by:
      addArgumentResolvers in interface org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer
    • configureClientInboundChannel

      public void configureClientInboundChannel(org.springframework.messaging.simp.config.ChannelRegistration registration)
      Specified by:
      configureClientInboundChannel in interface org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer
    • configureClientOutboundChannel

      public void configureClientOutboundChannel(org.springframework.messaging.simp.config.ChannelRegistration registration)
      Specified by:
      configureClientOutboundChannel in interface org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer