Moved messaging.support.converter to messaging.converter; moved messaging.support.tcp to messaging.tcp; moved messaging.support.channel to messaging.support itself; moved handler.condition to handler itself; reworked handler.method into handler.support
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<websocket:executor core-pool-size="101" max-pool-size="201" keep-alive-seconds="601"/>
|
||||
<websocket:interceptors>
|
||||
<ref bean="myInterceptor"/>
|
||||
<bean class="org.springframework.messaging.support.channel.ChannelInterceptorAdapter"/>
|
||||
<bean class="org.springframework.web.socket.config.TestChannelInterceptor"/>
|
||||
</websocket:interceptors>
|
||||
</websocket:client-outbound-channel>
|
||||
<websocket:broker-channel>
|
||||
@@ -29,6 +29,6 @@
|
||||
|
||||
<bean id="myHandler" class="org.springframework.web.socket.config.TestHandshakeHandler"/>
|
||||
|
||||
<bean id="myInterceptor" class="org.springframework.messaging.support.channel.ChannelInterceptorAdapter"/>
|
||||
<bean id="myInterceptor" class="org.springframework.web.socket.config.TestChannelInterceptor"/>
|
||||
|
||||
</beans>
|
||||
|
||||
Reference in New Issue
Block a user