@Documented
@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD,ANNOTATION_TYPE})
@MessageListener
public @interface CoherenceTopicListener
Annotation applied at the class level to indicate that a bean is a Coherence
topic Subscriber.
| Modifier and Type | Optional Element and Description |
|---|---|
CommitStrategy |
commitStrategy
The
CommitStrategy to use for the subscriber. |
public abstract CommitStrategy commitStrategy
CommitStrategy to use for the subscriber.CommitStrategy