Class SecondsConvertor

  • All Implemented Interfaces:
    org.redisson.client.protocol.convertor.Convertor<Long>

    public class SecondsConvertor
    extends org.redisson.client.protocol.convertor.SingleConvertor<Long>
    Author:
    Nikita Koksharov
    • Constructor Detail

      • SecondsConvertor

        public SecondsConvertor​(TimeUnit unit,
                                TimeUnit source)
    • Method Detail