spring-framework / org.springframework.messaging.simp.annotation / SubscribeMapping / value

value

val value: Array<String>

Destination-based mapping expressed by this annotation.

This is the destination of the STOMP message (e.g. "/positions"). Ant-style path patterns (e.g. "/price.stock.*") and path template variables (e.g. "/price.stock.{ticker}") are also supported.