类分层结构
- java.lang.Object
- org.springframework.web.socket.handler.AbstractWebSocketHandler (implements org.springframework.web.socket.WebSocketHandler)
- org.springframework.web.socket.handler.TextWebSocketHandler
- org.springframework.web.socket.config.annotation.AbstractWebSocketMessageBrokerConfigurer (implements org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer)
- org.springframework.security.config.annotation.web.socket.AbstractSecurityWebSocketMessageBrokerConfigurer (implements org.springframework.beans.factory.SmartInitializingSingleton)
- io.xiaper.mq.converter.ProtobufMessageConverter (implements org.springframework.amqp.support.converter.MessageConverter)
- io.xiaper.mq.config.RabbitConfig (implements org.springframework.amqp.rabbit.annotation.RabbitListenerConfigurer)
- io.xiaper.mq.config.RabbitMessageListener
- io.xiaper.mq.RabbitMqRouterApplication
- io.xiaper.mq.stomp.listener.StompBrokerAvailabilityListener (implements org.springframework.context.ApplicationListener<E>)
- io.xiaper.mq.stomp.StompChannelInterceptor (implements org.springframework.messaging.support.ChannelInterceptor)
- io.xiaper.mq.stomp.StompConfig (implements org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer)
- io.xiaper.mq.stomp.listener.StompConnectedListener (implements org.springframework.context.ApplicationListener<E>)
- io.xiaper.mq.stomp.listener.StompConnectListener (implements org.springframework.context.ApplicationListener<E>)
- io.xiaper.mq.stomp.StompController
- io.xiaper.mq.stomp.listener.StompDisconnectListener (implements org.springframework.context.ApplicationListener<E>)
- io.xiaper.mq.stomp.StompHandshakeInterceptor (implements org.springframework.web.socket.server.HandshakeInterceptor)
- io.xiaper.mq.stomp.listener.StompSubscribeListener (implements org.springframework.context.ApplicationListener<E>)
- io.xiaper.mq.stomp.listener.StompUnsubscribeListener (implements org.springframework.context.ApplicationListener<E>)
- io.xiaper.mq.webscoket.WebSocketConfig (implements org.springframework.web.socket.config.annotation.WebSocketConfigurer)
Copyright © 2019. All rights reserved.