Package io.quarkus.test.tracing
Class TracingServiceListener
- java.lang.Object
-
- io.quarkus.test.tracing.TracingServiceListener
-
- All Implemented Interfaces:
ServiceListener
public class TracingServiceListener extends Object implements ServiceListener
-
-
Constructor Summary
Constructors Constructor Description TracingServiceListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonServiceError(ServiceContext service, Throwable throwable)voidonServiceStarted(ServiceContext service)voidonServiceStopped(ServiceContext service)
-
-
-
Method Detail
-
onServiceStarted
public void onServiceStarted(ServiceContext service)
- Specified by:
onServiceStartedin interfaceServiceListener
-
onServiceError
public void onServiceError(ServiceContext service, Throwable throwable)
- Specified by:
onServiceErrorin interfaceServiceListener
-
onServiceStopped
public void onServiceStopped(ServiceContext service)
- Specified by:
onServiceStoppedin interfaceServiceListener
-
-