| Annotation Type | Description |
|---|---|
| Address |
Event bus annotation
If it's annotated on method, it means that this action enabled event bus.
|
| Agent |
For the specification, each agent should only publish one typed server.
|
| Codex |
Enabled rule validation for current api
|
| EndPoint |
Marked as route, every vertx route must contains
|
| Plugin |
Only injections that marked with @Plugin could be deployed by
VertxPlugin component.
|
| Qualifier |
Instead of javax.inject.Qualifier
|
| Queue |
Queue defined the event bus handler root class.
|
| Up | |
| Worker |
Worker will consume event bus data by address
1.Agent -- 2.Endpoint -- 3.( Jsr311 ) -- 4.Address Method ( To )
Finally the data should be passed into EventBus
1.EventBus -- 2.Worker -- 3.Method -- 4.Address Method ( From )
|
Copyright © 2017. All rights reserved.