Annotation Interface CoherenceTopicListener
@Documented
@Retention(RUNTIME)
@Target({TYPE,METHOD,ANNOTATION_TYPE})
@MessageListener
@Executable(processOnStartup=true)
public @interface CoherenceTopicListener
Annotation applied at the class level to indicate that a bean is a Coherence
topic Subscriber
.
- Since:
- 1.0
- Author:
- Jonathan Knight
-
Optional Element Summary
-
Element Details
-
commitStrategy
CommitStrategy commitStrategyTheCommitStrategy
to use for the subscriber.- Returns:
- The
CommitStrategy
- Default:
- SYNC
-