Class XPendingArgs<K>

    • Constructor Detail

      • XPendingArgs

        public XPendingArgs()
    • Method Detail

      • group

        public XPendingArgs<K> group​(K group)
        Parameters:
        group -
        Returns:
        Since:
        6.1.9
      • idle

        public XPendingArgs<K> idle​(long milliseconds)
        Include only entries that are idle for milliseconds.
        Parameters:
        milliseconds -
        Returns:
        this XPendingArgs.
      • build

        public <K,​V> void build​(CommandArgs<K,​V> args)
        Description copied from interface: CompositeArgument
        Build command arguments and contribute arguments to CommandArgs.

        Implementing classes are required to implement this method. Depending on the command nature and configured arguments, this method may contribute arguments but is not required to add arguments if none are specified.

        Specified by:
        build in interface CompositeArgument
        Type Parameters:
        K - Key type.
        V - Value type.
        Parameters:
        args - the command arguments, must not be null.