-
- 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 UnitconfigureMessageBroker(MessageBrokerRegistry registry)UnitregisterStompEndpoints(StompEndpointRegistry registry)UnitconfigureClientInboundChannel(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
-
-
Method Detail
-
configureMessageBroker
Unit configureMessageBroker(MessageBrokerRegistry registry)
-
registerStompEndpoints
Unit registerStompEndpoints(StompEndpointRegistry registry)
-
configureClientInboundChannel
Unit configureClientInboundChannel(ChannelRegistration registration)
-
-
-
-