org.springframework.integration.annotation
Annotation Type Subscriber


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

Indicates that a method-invoking handler adapter should delegate to this method.

Author:
Mark Fisher

Required Element Summary
 java.lang.String channel
           
 

Element Detail

channel

public abstract java.lang.String channel