|
Spring Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={METHOD,TYPE})
@Retention(value=RUNTIME)
public @interface PublisherAnnotation to indicate that a method, or all public methods if applied at class-level, should publish Messages. The @Payload and @Header annotations can be used in conjunction with this to determine the content of the Message.
| Optional Element Summary | |
|---|---|
String |
channel
Name of the Message Channel to which Messages will be published. |
public abstract String channel
|
Spring Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||