public class HttpTracingClient extends DecoratingClient
Modifier and Type | Method and Description |
---|---|
ClientCodec |
codec()
Returns the
ClientCodec . |
RemoteInvoker |
invoker()
Returns the
RemoteInvoker . |
static java.util.function.Function<Client,Client> |
newDecorator(com.github.kristofa.brave.Brave brave)
Creates a new tracing
Client decorator using the specified Brave instance. |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
decorate, decorateCodec, decorateInvoker, newDecorator
public static java.util.function.Function<Client,Client> newDecorator(com.github.kristofa.brave.Brave brave)
Client
decorator using the specified Brave
instance.public final ClientCodec codec()
Client
ClientCodec
.public final RemoteInvoker invoker()
Client
RemoteInvoker
.Copyright © 2015-2016 LINE Corporation. All Rights Reserved.