Interface PayloadGeneratorInput

    • Method Detail

      • getTopic

        @NotNull
        @NotNull String getTopic()
        The topic of the publish which the payload is generated for.
        Returns:
        the Topic.
        Since:
        4.6.0
      • getRate

        long getRate()
        The rate of publish messages of the publish command. This is given as the interval between publishes in nanoseconds.
        Returns:
        the rate.
        Since:
        4.6.0
      • getCount

        long getCount()
        The count of publish messages of the publish command.
        Returns:
        the count.
        Since:
        4.6.0
      • getClientOffset

        int getClientOffset()
        The offset of the client within Range: [0..inf] of the client group this generator is associated with.
        Returns:
        Client offset
        Since:
        4.6.0