@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface StompService
This annotation, when used on a method, indicates which invocation should be done for a particular
send.
| Modifier and Type | Required Element and Description |
|---|---|
String |
destination
Gets the destination that matches the destination header send in the
Action
to determine if the annotated method is related to it and should be invoked or not. |
Copyright © 2015. All Rights Reserved.