mirror of https://github.com/apache/druid.git
Adding minor class-level JavaDoc.
This commit is contained in:
parent
af97b44a6f
commit
ade00e441f
|
@ -10,6 +10,8 @@ import java.security.NoSuchAlgorithmException;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* A Jacksonified version of the RabbitMQ ConnectionFactory for better integration
|
||||||
|
* into the realtime.spec configuration file format.
|
||||||
*/
|
*/
|
||||||
public class JacksonifiedConnectionFactory extends ConnectionFactory
|
public class JacksonifiedConnectionFactory extends ConnectionFactory
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,6 +3,7 @@ package com.metamx.druid.realtime.firehose;
|
||||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* A configuration object for a RabbitMQ connection.
|
||||||
*/
|
*/
|
||||||
public class RabbitMQFirehoseConfig
|
public class RabbitMQFirehoseConfig
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue