Package io.digdag.spi

Interface SecretControlStore.SecretLockAction<T>

  • Enclosing interface:
    SecretControlStore

    public static interface SecretControlStore.SecretLockAction<T>
    • Method Detail

      • call

        T call​(SecretControlStore store,
               com.google.common.base.Optional<java.lang.String> lockedValue)