Class QueueInquirer

java.lang.Object
io.vertx.up.uca.web.origin.QueueInquirer
All Implemented Interfaces:
Inquirer<Set<Class<?>>>

public class QueueInquirer extends Object implements Inquirer<Set<Class<?>>>
This class is For annotation @Queue scanning It will scan all classes that annotated with @Queue, zero system will extract worker class from this scanned classes.
  • Constructor Details

    • QueueInquirer

      public QueueInquirer()
  • Method Details