Java org.springframework.messaging.simp.user UserDestinationResult fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.messaging.simp.user UserDestinationResult fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.messaging.simp.user UserDestinationResult.

The text is from its open source code.

Constructor

Method

StringgetSourceDestination()
The "user" destination from the source message.
StringgetSubscribeDestination()
The user destination in the form expected when a client subscribes, e.g.
SetgetTargetDestinations()
The target destinations that the source destination was translated to, one per active user session, e.g.