Interface RedisChannelCallback


public interface RedisChannelCallback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onMessage(String channel, @NotNull String message)
     
  • Method Details

    • onMessage

      void onMessage(String channel, @NotNull @NotNull String message)
      Parameters:
      channel - The channel the message was received on
      message - The raw string message received by the channel