spring-framework / org.springframework.messaging.handler.annotation / MessageMapping / value

value

val value: Array<String>

Destination-based mapping expressed by this annotation.

For STOMP over WebSocket messages: 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.