Package zipkin2.collector.activemq
Class ActiveMQCollector
- java.lang.Object
- 
- zipkin2.Component
- 
- zipkin2.collector.CollectorComponent
- 
- zipkin2.collector.activemq.ActiveMQCollector
 
 
 
- 
- All Implemented Interfaces:
- Closeable,- AutoCloseable
 
 public final class ActiveMQCollector extends CollectorComponent This collector consumes encoded binary messages from a ActiveMQ queue.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classActiveMQCollector.BuilderConfiguration including defaults needed to consume spans from a ActiveMQ queue.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ActiveMQCollector.Builderbuilder()CheckResultcheck()voidclose()ActiveMQCollectorstart()StringtoString()
 
- 
- 
- 
Method Detail- 
builderpublic static ActiveMQCollector.Builder builder() 
 - 
startpublic ActiveMQCollector start() - Specified by:
- startin class- CollectorComponent
 
 - 
checkpublic CheckResult check() 
 - 
closepublic void close() throws IOException- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Closeable
- Overrides:
- closein class- Component
- Throws:
- IOException
 
 
- 
 
-