Package io.helidon.microprofile.tracing
Class MpTracingRestClientListener
- java.lang.Object
-
- io.helidon.microprofile.tracing.MpTracingRestClientListener
-
- All Implemented Interfaces:
org.eclipse.microprofile.rest.client.spi.RestClientListener
public class MpTracingRestClientListener extends Object implements org.eclipse.microprofile.rest.client.spi.RestClientListener
Tracing extension for Rest Client. Registers a filter that readsTracedfrom methods to configure (or reconfigure) tracing.
-
-
Constructor Summary
Constructors Constructor Description MpTracingRestClientListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonNewClient(Class<?> serviceInterface, org.eclipse.microprofile.rest.client.RestClientBuilder builder)
-
-
-
Method Detail
-
onNewClient
public void onNewClient(Class<?> serviceInterface, org.eclipse.microprofile.rest.client.RestClientBuilder builder)
- Specified by:
onNewClientin interfaceorg.eclipse.microprofile.rest.client.spi.RestClientListener
-
-