Module lettuce.core

Interface DecoratedCommand<K,​V,​T>

All Known Implementing Classes:
AsyncCommand, CommandWrapper, TracedCommand, TransactionalCommand

public interface DecoratedCommand<K,​V,​T>
A decorated command allowing access to the underlying getDelegate().
Author:
Mark Paluch
  • Method Summary

    Modifier and Type Method Description
    RedisCommand<K,​V,​T> getDelegate()
    The underlying command.
  • Method Details

    • getDelegate

      RedisCommand<K,​V,​T> getDelegate()
      The underlying command.
      Returns:
      never null.