Interface Inquirer<R>

All Known Implementing Classes:
AgentInquirer, EndPointInquirer, EventInquirer, FilterInquirer, GuiceInquirer, HQaSInquirer, IpcInquirer, JobInquirer, PluginInquirer, QueueInquirer, ReceiptInquirer, SockInquirer, WallInquirer, WorkerInquirer

public interface Inquirer<R>
Package scanner
  • Method Summary

    Modifier and Type
    Method
    Description
    scan(Set<Class<?>> clazzes)
     
  • Method Details