@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) @Documented public @interface SubscribeEvent
public abstract String[] value
For STOMP over WebSocket messages: this is the destination of the STOMP message (e.g. "/positions"). Ant-style path patterns (e.g. "/price.stock.*") are supported and so are path template variables (e.g. "/price.stock.{ticker}"").