Interface StateKeyReference

All Superinterfaces:
KeyReference
All Known Implementing Classes:
StateKeyReferenceImpl

public interface StateKeyReference extends KeyReference

References a state by key.


Example to create an instance using the builder pattern

     StateKeyReference stateKeyReference = StateKeyReference.builder()
             .key("{key}")
             .build()