Uses of Interface
org.springframework.cloud.sleuth.docs.EventValue
-
Packages that use EventValue Package Description org.springframework.cloud.sleuth.docs -
-
Uses of EventValue in org.springframework.cloud.sleuth.docs
Methods in org.springframework.cloud.sleuth.docs that return EventValue Modifier and Type Method Description default EventValue[]DocumentedSpan. getEvents()Methods in org.springframework.cloud.sleuth.docs with parameters of type EventValue Modifier and Type Method Description default AssertingSpanAssertingSpan. event(EventValue value)Annotates with an event viaEventValue.default AssertingSpanBuilderAssertingSpanBuilder. event(EventValue value)Sets an event on a span.default AssertingSpanCustomizerAssertingSpanCustomizer. event(EventValue value)Sets an event on a span.
-