Class DebugHttpServer

java.lang.Object
io.camunda.zeebe.broker.exporter.debug.DebugHttpServer

@Deprecated(since="1.3", forRemoval=true) public final class DebugHttpServer extends Object
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
  • Constructor Summary

    Constructors
    Constructor
    Description
    DebugHttpServer(int port, int maxSize)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(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
  • Constructor Details

    • DebugHttpServer

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

    • close

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

      public void add(Record record) throws com.fasterxml.jackson.core.JsonProcessingException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Throws:
      com.fasterxml.jackson.core.JsonProcessingException