Package zipkin2.collector.activemq
Class ActiveMQCollector
- java.lang.Object
-
- zipkin2.Component
-
- zipkin2.collector.CollectorComponent
-
- zipkin2.collector.activemq.ActiveMQCollector
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
public final class ActiveMQCollector extends CollectorComponent
This collector consumes encoded binary messages from a ActiveMQ queue.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ActiveMQCollector.Builder
Configuration including defaults needed to consume spans from a ActiveMQ queue.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ActiveMQCollector.Builder
builder()
CheckResult
check()
void
close()
ActiveMQCollector
start()
java.lang.String
toString()
-
-
-
Method Detail
-
builder
public static ActiveMQCollector.Builder builder()
-
start
public ActiveMQCollector start()
- Specified by:
start
in classCollectorComponent
-
check
public CheckResult check()
-
close
public void close() throws java.io.IOException
-
toString
public final java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-