Uses of Interface
org.jboss.resteasy.tracing.api.RESTEasyTracingEvent
Packages that use RESTEasyTracingEvent
-
Uses of RESTEasyTracingEvent in org.jboss.resteasy.tracing.api
Classes in org.jboss.resteasy.tracing.api that implement RESTEasyTracingEventModifier and TypeClassDescriptionenumCommon tracing events.enumMethods in org.jboss.resteasy.tracing.api that return RESTEasyTracingEventMethods in org.jboss.resteasy.tracing.api with parameters of type RESTEasyTracingEventModifier and TypeMethodDescriptionabstract booleanRESTEasyTracing.isLogEnabled(RESTEasyTracingEvent event) Test if a tracing support is enabled ifeventcan be logged (according to event.level and threshold level set).abstract voidRESTEasyTracing.log(RESTEasyTracingEvent event, Object... args) Try to log event according to event level and request context threshold level setting.abstract voidRESTEasyTracing.logDuration(RESTEasyTracingEvent event, long fromTimestamp, Object... args) Try to log event according to event level and request context threshold level setting.abstract longRESTEasyTracing.timestamp(RESTEasyTracingEvent event) If logging support is switched on for current request and event setting the method returns current timestamp in nanos.Constructors in org.jboss.resteasy.tracing.api with parameters of type RESTEasyTracingEventModifierConstructorDescriptionRESTEasyTracingMessage(RESTEasyTracingEvent event, String requestId, long duration, String[] args)