Class Emitters
- java.lang.Object
-
- org.apache.druid.java.util.emitter.core.Emitters
-
public class Emitters extends Object
-
-
Constructor Summary
Constructors Constructor Description Emitters()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Emittercreate(Properties props, org.asynchttpclient.AsyncHttpClient httpClient, com.fasterxml.jackson.databind.ObjectMapper jsonMapper, Lifecycle lifecycle)static Emittercreate(Properties props, org.asynchttpclient.AsyncHttpClient httpClient, Lifecycle lifecycle)
-
-
-
Method Detail
-
create
public static Emitter create(Properties props, org.asynchttpclient.AsyncHttpClient httpClient, Lifecycle lifecycle)
-
create
public static Emitter create(Properties props, org.asynchttpclient.AsyncHttpClient httpClient, com.fasterxml.jackson.databind.ObjectMapper jsonMapper, Lifecycle lifecycle)
-
-