Uses of Class
org.jboss.resteasy.tracing.api.RESTEasyTracingMessage
Packages that use RESTEasyTracingMessage
-
Uses of RESTEasyTracingMessage in org.jboss.resteasy.tracing.api
Methods in org.jboss.resteasy.tracing.api that return types with arguments of type RESTEasyTracingMessageModifier and TypeMethodDescriptionprotected final List<RESTEasyTracingMessage>RESTEasyTracingInfo.pop()Returns an immutable copy of the current messages in the queue and clears the messages from the queue.Methods in org.jboss.resteasy.tracing.api with parameters of type RESTEasyTracingMessageModifier and TypeMethodDescriptionfinal voidRESTEasyTracingInfo.addMessage(RESTEasyTracingMessage message) Add a message to the queue to be processed. -
Uses of RESTEasyTracingMessage in org.jboss.resteasy.tracing.api.providers
Fields in org.jboss.resteasy.tracing.api.providers with type parameters of type RESTEasyTracingMessageModifier and TypeFieldDescriptionprotected final List<RESTEasyTracingMessage>TextBasedRESTEasyTracingInfo.messageListDeprecated, for removal: This API element is subject to removal in a future version.
RESTEasyTracingInfo.pop()