Interface Sink
-
- All Known Implementing Classes:
GcpLogSink
@Internal public interface SinkSink for GCP observability.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()Closes the sink.voidwrite(GrpcLogRecord message, io.opencensus.trace.SpanContext spanContext)Writes themessageto the destination.
-
-
-
Method Detail
-
write
void write(GrpcLogRecord message, io.opencensus.trace.SpanContext spanContext)
Writes themessageto the destination.
-
close
void close()
Closes the sink.
-
-