Module lettuce.core

Class RedirectionEventSupport

java.lang.Object
io.lettuce.core.cluster.event.RedirectionEventSupport
All Implemented Interfaces:
Event
Direct Known Subclasses:
AskRedirectionEvent, MovedRedirectionEvent

public class RedirectionEventSupport
extends Object
implements Event
Author:
Mark Paluch
  • Constructor Details

    • RedirectionEventSupport

      public RedirectionEventSupport​(String command, String key, int slot, String message)
  • Method Details

    • getCommand

      public String getCommand()
    • getKey

      public String getKey()
    • getSlot

      public int getSlot()
    • getMessage

      public String getMessage()