Class LogstashLogbackSink

java.lang.Object
org.zalando.logbook.logstash.LogstashLogbackSink
All Implemented Interfaces:
Sink

@API(status=EXPERIMENTAL)
public final class LogstashLogbackSink
extends java.lang.Object
implements Sink
  • Constructor Summary

    Constructors 
    Constructor Description
    LogstashLogbackSink()  
  • Method Summary

    Modifier and Type Method Description
    boolean isActive()  
    void write​(Correlation correlation, HttpRequest request, HttpResponse response)  
    void write​(Precorrelation precorrelation, HttpRequest request)  

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface org.zalando.logbook.Sink

    writeBoth