Interface RedisPubSubMessage<V>

    • Method Detail

      • getPayload

        V getPayload()
        Returns:
        the payload.
      • getChannel

        String getChannel()
        Returns:
        the channel on which the message was sent.