@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface Conversational
The annotated class must also be annotated with Portable
in
addition to being marked conversational, in order for the event to be transmittable across buses.
Events marked conversational are always conversational and may not never be used for broadcasting.
Unlike @Portable
, this annotation is not inherited by subclasses. Each conversational event type must be
explicitly marked with this annotation.
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.