Interface StoreKeyReference

All Superinterfaces:
KeyReference, WithKey
All Known Implementing Classes:
StoreKeyReferenceImpl

public interface StoreKeyReference extends KeyReference

Reference to a Store by its key.


Example to create an instance using the builder pattern

     StoreKeyReference storeKeyReference = StoreKeyReference.builder()
             .key("{key}")
             .build()