Interface ChannelKeyReference

All Superinterfaces:
KeyReference
All Known Implementing Classes:
ChannelKeyReferenceImpl

public interface ChannelKeyReference extends KeyReference

References a channel by key.


Example to create an instance using the builder pattern

     ChannelKeyReference channelKeyReference = ChannelKeyReference.builder()
             .key("{key}")
             .build()