org.springframework.integration.annotation
Annotation Type Publisher


@Target(value=METHOD)
@Retention(value=RUNTIME)
@Inherited
@Documented
public @interface Publisher

Indicates that the method's return value should be published to the specified channel. The value will only be published if non-null.

Author:
Mark Fisher

Required Element Summary
 java.lang.String channel
           
 

Element Detail

channel

public abstract java.lang.String channel