Uses of Interface
zipkin2.storage.SpanConsumer
-
Packages that use SpanConsumer Package Description zipkin2.storage -
-
Uses of SpanConsumer in zipkin2.storage
Classes in zipkin2.storage that implement SpanConsumer Modifier and Type Class Description classInMemoryStorageTest storage component that keeps all spans in memory, accepting them on the calling thread.Methods in zipkin2.storage that return SpanConsumer Modifier and Type Method Description SpanConsumerForwardingStorageComponent. spanConsumer()SpanConsumerInMemoryStorage. spanConsumer()abstract SpanConsumerStorageComponent. spanConsumer()
-