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
-
Constructor Summary
Constructors Constructor Description DaoSecretOpRecorderSupplier() -
Method Summary
Modifier and Type Method Description io.datarouter.secret.service.SecretOpRecorderget()
-
Constructor Details
-
DaoSecretOpRecorderSupplier
public DaoSecretOpRecorderSupplier()
-
-
Method Details
-
get
public io.datarouter.secret.service.SecretOpRecorder get()- Specified by:
getin interfacejava.util.function.Supplier<io.datarouter.secret.service.SecretOpRecorder>
-