@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
@Inherited
public @interface Address
Event bus annotation
If it's annotated on method, it means that this action enabled event bus.
Otherwise use sync response directly.
Address/Out should be matching
Address -> The component will send message to event bus ( EndPoint )
Out -> The component will consume message to event bus. ( Worker )