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 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()
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 IOException
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classComponent
- Throws:
IOException
-
-