@Internal
public interface Sink
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the sink.
|
void |
write(GrpcLogRecord message,
io.opencensus.trace.SpanContext spanContext)
Writes the
message to the destination. |
void write(GrpcLogRecord message, io.opencensus.trace.SpanContext spanContext)
message to the destination.void close()