Class TopicSubscriptionInterceptor
java.lang.Object
app.valuationcontrol.webservice.securityhelpers.stompInterceptors.TopicSubscriptionInterceptor
- All Implemented Interfaces:
org.springframework.messaging.support.ChannelInterceptor
public class TopicSubscriptionInterceptor
extends Object
implements org.springframework.messaging.support.ChannelInterceptor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.messaging.Message<?> preSend(org.springframework.messaging.Message<?> message, org.springframework.messaging.MessageChannel channel) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.messaging.support.ChannelInterceptor
afterReceiveCompletion, afterSendCompletion, postReceive, postSend, preReceive
-
Field Details
-
TOPIC_MODEL
- See Also:
-
TOPIC_CHANGELOG
- See Also:
-
-
Constructor Details
-
TopicSubscriptionInterceptor
public TopicSubscriptionInterceptor()
-
-
Method Details
-
preSend
public org.springframework.messaging.Message<?> preSend(@NonNull org.springframework.messaging.Message<?> message, @NonNull org.springframework.messaging.MessageChannel channel) - Specified by:
preSendin interfaceorg.springframework.messaging.support.ChannelInterceptor
-