Class CBaseVerification<T extends CVerificationQueue>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.slf4j.Logger logger  
      protected T verifier  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected CBaseVerification​(T verifier, org.slf4j.Logger logger)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected T queue​(CVerificationInfo verificationInfo)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • logger

        protected final org.slf4j.Logger logger
    • Constructor Detail

      • CBaseVerification

        protected CBaseVerification​(T verifier,
                                    org.slf4j.Logger logger)