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.
QueueInquirer()
Set<Class<?>>
scan(Set<Class<?>> classes)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public QueueInquirer()
public Set<Class<?>> scan(Set<Class<?>> classes)
scan
Inquirer<Set<Class<?>>>
Copyright © 2021. All rights reserved.