Package io.digdag.spi
Interface SecretControlStore.SecretLockAction<T>
-
- Enclosing interface:
- SecretControlStore
public static interface SecretControlStore.SecretLockAction<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tcall(SecretControlStore store, com.google.common.base.Optional<java.lang.String> lockedValue)
-
-
-
Method Detail
-
call
T call(SecretControlStore store, com.google.common.base.Optional<java.lang.String> lockedValue)
-
-