Class DeclaredCommandMethod

  • All Implemented Interfaces:
    CommandMethod

    public class DeclaredCommandMethod
    extends Object
    implements CommandMethod
    Abstraction of a method that is designated to execute a Redis command method. Enriches the standard Method interface with specific information that is necessary to construct RedisCommand for the method.
    Since:
    5.0
    Author:
    Mark Paluch