Class DynamoDbExporter

  • All Implemented Interfaces:
    de.drippinger.gatling.Exporter

    public class DynamoDbExporter
    extends java.lang.Object
    implements de.drippinger.gatling.Exporter
    Write result set to a Dynamo DB table calle gatling_report. The table shall be created beforehand.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void publish​(de.drippinger.gatling.ExporterProperties properties, java.util.function.Consumer<java.lang.String> infoLogger)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface de.drippinger.gatling.Exporter

        exporterName
    • Constructor Detail

      • DynamoDbExporter

        public DynamoDbExporter()
    • Method Detail

      • publish

        public void publish​(de.drippinger.gatling.ExporterProperties properties,
                            java.util.function.Consumer<java.lang.String> infoLogger)
        Specified by:
        publish in interface de.drippinger.gatling.Exporter