Package zipkin2.collector
Class CollectorComponent
- java.lang.Object
-
- zipkin2.Component
-
- zipkin2.collector.CollectorComponent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CollectorComponent.Builder
-
Constructor Summary
Constructors Constructor Description CollectorComponent()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract CollectorComponent
start()
Starts the server-side of the transport, typically listening or looking up a queue.
-
-
-
Method Detail
-
start
public abstract CollectorComponent start()
Starts the server-side of the transport, typically listening or looking up a queue.Many implementations block the calling thread until services are available.
-
-