Class BindUnbindParameters<T extends BindUnbindParameters<T>>

    • Constructor Detail

      • BindUnbindParameters

        public BindUnbindParameters()
    • Method Detail

      • withRoutingKey

        public T withRoutingKey​(String key)
        Defines a new value of a routing key
        Parameters:
        key - a new value of a routing key
        Returns:
        self-reference
      • argument

        public T argument​(String argumentName,
                          String argumentValue)
        Defines a new argument and its value
        Parameters:
        argumentName - is a name of an argument
        argumentValue - is a value of an argument
        Returns:
        self-reference