Uses of Class
org.jboss.resteasy.tracing.api.RESTEasyTracingMessage
-
Packages that use RESTEasyTracingMessage Package Description org.jboss.resteasy.tracing.api org.jboss.resteasy.tracing.api.providers -
-
Uses of RESTEasyTracingMessage in org.jboss.resteasy.tracing.api
Methods in org.jboss.resteasy.tracing.api that return types with arguments of type RESTEasyTracingMessage Modifier and Type Method Description protected 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 RESTEasyTracingMessage Modifier and Type Method Description 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 RESTEasyTracingMessage Modifier and Type Field Description protected List<RESTEasyTracingMessage>TextBasedRESTEasyTracingInfo. messageListDeprecated, for removal: This API element is subject to removal in a future version.
-