Class DebugHttpExporter
- java.lang.Object
-
- io.camunda.zeebe.broker.exporter.debug.DebugHttpExporter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDebugHttpExporter.DebugHttpExporterConfiguration
-
Constructor Summary
Constructors Constructor Description DebugHttpExporter()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidconfigure(Context context)static ExporterCfgdefaultConfig()voidexport(Record<?> record)voidstopHttpServer()
-
-
-
Method Detail
-
stopHttpServer
public void stopHttpServer()
-
defaultConfig
public static ExporterCfg defaultConfig()
-
-