Class SimpleDataSet

  • All Implemented Interfaces:
    DataSet

    public class SimpleDataSet
    extends DataSetSupport
    A simple DataSet that allows a static payload to be used to create each message exchange along with using a pluggable transformer to randomize the message.
    • Constructor Detail

      • SimpleDataSet

        public SimpleDataSet()
      • SimpleDataSet

        public SimpleDataSet​(int size)
    • Method Detail

      • getDefaultBody

        public Object getDefaultBody()
      • setDefaultBody

        public void setDefaultBody​(Object defaultBody)