Package org.apache.pulsar.common.io
Class BatchSourceConfig
- java.lang.Object
-
- org.apache.pulsar.common.io.BatchSourceConfig
-
public class BatchSourceConfig extends java.lang.ObjectPulsar Batch Source configuration.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringBATCHSOURCE_CLASSNAME_KEYstatic java.lang.StringBATCHSOURCE_CONFIG_KEY
-
Constructor Summary
Constructors Constructor Description BatchSourceConfig()
-
-
-
Field Detail
-
BATCHSOURCE_CONFIG_KEY
public static final java.lang.String BATCHSOURCE_CONFIG_KEY
- See Also:
- Constant Field Values
-
BATCHSOURCE_CLASSNAME_KEY
public static final java.lang.String BATCHSOURCE_CLASSNAME_KEY
- See Also:
- Constant Field Values
-
-