Uses of Class
zipkin2.reporter.brave.AsyncZipkinSpanHandler
-
-
Uses of AsyncZipkinSpanHandler in zipkin2.reporter.brave
Methods in zipkin2.reporter.brave that return AsyncZipkinSpanHandler Modifier and Type Method Description AsyncZipkinSpanHandlerAsyncZipkinSpanHandler.Builder. build()Builds an async span handler that encodes zipkin spans according to the sender's encoding.AsyncZipkinSpanHandlerAsyncZipkinSpanHandler.Builder. build(BytesEncoder<brave.handler.MutableSpan> encoder)Builds an async span handler that encodes zipkin spans according to the encoder.static AsyncZipkinSpanHandlerAsyncZipkinSpanHandler. create(BytesMessageSender sender)static AsyncZipkinSpanHandlerAsyncZipkinSpanHandler. create(Sender sender)Deprecated.Since 3.2, usecreate(BytesMessageSender)
-