Class DatarouterSecretOpRecordDao.DaoSecretOpRecorderSupplier

java.lang.Object
io.datarouter.secretweb.storage.oprecord.DatarouterSecretOpRecordDao.DaoSecretOpRecorderSupplier
All Implemented Interfaces:
io.datarouter.secret.service.SecretOpRecorderSupplier, java.util.function.Supplier<io.datarouter.secret.service.SecretOpRecorder>
Enclosing class:
DatarouterSecretOpRecordDao

@Singleton
public static class DatarouterSecretOpRecordDao.DaoSecretOpRecorderSupplier
extends java.lang.Object
implements io.datarouter.secret.service.SecretOpRecorderSupplier
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.datarouter.secret.service.SecretOpRecorderSupplier

    io.datarouter.secret.service.SecretOpRecorderSupplier.NoOpSecretOpRecorderSupplier
  • Constructor Summary

    Constructors 
    Constructor Description
    DaoSecretOpRecorderSupplier()  
  • Method Summary

    Modifier and Type Method Description
    io.datarouter.secret.service.SecretOpRecorder get()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • get

      public io.datarouter.secret.service.SecretOpRecorder get()
      Specified by:
      get in interface java.util.function.Supplier<io.datarouter.secret.service.SecretOpRecorder>