Class ObjectSetReplayDecoder<T>

java.lang.Object
org.redisson.client.protocol.decoder.ObjectSetReplayDecoder<T>
Type Parameters:
T - value type
All Implemented Interfaces:
MultiDecoder<Set<T>>

public class ObjectSetReplayDecoder<T> extends Object implements MultiDecoder<Set<T>>
Author:
Nikita Koksharov
  • Constructor Details

    • ObjectSetReplayDecoder

      public ObjectSetReplayDecoder()
  • Method Details