Class DebugHttpExporter

java.lang.Object
io.camunda.zeebe.broker.exporter.debug.DebugHttpExporter
All Implemented Interfaces:
Exporter

@Deprecated(since="1.3", forRemoval=true) public final class DebugHttpExporter extends Object implements Exporter
Deprecated, for removal: This API element is subject to removal in a future version.
to be removed >= 1.4. There will be no replacement for this exporter
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    configure(Context context)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    export(Record<?> record)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.camunda.zeebe.exporter.api.Exporter

    open
  • Constructor Details

    • DebugHttpExporter

      public DebugHttpExporter()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • configure

      public void configure(Context context)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      configure in interface Exporter
    • close

      public void close()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      close in interface Exporter
    • export

      public void export(Record<?> record)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      export in interface Exporter
    • stopHttpServer

      public void stopHttpServer()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • defaultConfig

      public static ExporterCfg defaultConfig()
      Deprecated, for removal: This API element is subject to removal in a future version.