Interface Sink

  • All Known Implementing Classes:
    GcpLogSink

    @Internal
    public interface Sink
    Sink for GCP observability.
    • Method Detail

      • write

        void write​(GrpcLogRecord message,
                   io.opencensus.trace.SpanContext spanContext)
        Writes the message to the destination.
      • close

        void close()
        Closes the sink.