Annotation Type 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