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 classActiveMQCollector.BuilderConfiguration 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.Builderbuilder()CheckResultcheck()voidclose()ActiveMQCollectorstart()java.lang.StringtoString()
-
-
-
Method Detail
-
builder
public static ActiveMQCollector.Builder builder()
-
start
public ActiveMQCollector start()
- Specified by:
startin classCollectorComponent
-
check
public CheckResult check()
-
close
public void close() throws java.io.IOException
-
toString
public final java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-