Class DestinationVariableArgumentResolver

java.lang.Object
org.springframework.messaging.rsocket.service.DestinationVariableArgumentResolver
All Implemented Interfaces:
RSocketServiceArgumentResolver

public class DestinationVariableArgumentResolver extends Object implements RSocketServiceArgumentResolver
RSocketServiceArgumentResolver for a @DestinationVariable annotated argument.

The argument is treated as a single route variable, or in case of a Collection or an array, as multiple route variables.

Since:
6.0
Author:
Rossen Stoyanchev