Interface StoreKeyReference

All Superinterfaces:
KeyReference
All Known Implementing Classes:
StoreKeyReferenceImpl

public interface StoreKeyReference extends KeyReference

References a store by key.


Example to create an instance using the builder pattern

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