Package 

Class SocketConfig

  • All Implemented Interfaces:
    org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer

    @Configuration()@EnableWebSocketMessageBroker() 
    public class SocketConfig
     implements WebSocketMessageBrokerConfigurer
                        
    • Constructor Summary

      Constructors 
      Constructor Description
      SocketConfig()
    • Method Summary

      Modifier and Type Method Description
      Unit configureMessageBroker(MessageBrokerRegistry registry)
      Unit registerStompEndpoints(StompEndpointRegistry registry)
      Unit configureClientInboundChannel(ChannelRegistration registration)
      • Methods inherited from class dev.pitlor.gamekit_spring_boot_starter.SocketConfig

        addArgumentResolvers, addReturnValueHandlers, configureClientOutboundChannel, configureMessageConverters, configureWebSocketTransport
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait