org.springframework.integration.annotation
Annotation Type MessageEndpoint


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Inherited
@Documented
@Component
public @interface MessageEndpoint

Indicates that a class is capable of serving as a message endpoint.

Author:
Mark Fisher

Optional Element Summary
 java.lang.String defaultOutput
           
 java.lang.String input
           
 int pollPeriod
           
 

input

public abstract java.lang.String input
Default:
""

defaultOutput

public abstract java.lang.String defaultOutput
Default:
""

pollPeriod

public abstract int pollPeriod
Default:
0