public final class KafkaEgressSpec<OutT> extends java.lang.Object implements EgressSpec<OutT>
| Modifier and Type | Method and Description |
|---|---|
EgressIdentifier<OutT> |
id() |
java.lang.String |
kafkaAddress() |
int |
kafkaProducerPoolSize() |
java.util.Properties |
properties() |
KafkaProducerSemantic |
semantic() |
java.lang.Class<? extends KafkaEgressSerializer<OutT>> |
serializerClass() |
EgressType |
type() |
public EgressIdentifier<OutT> id()
id in interface EgressSpec<OutT>public EgressType type()
type in interface EgressSpec<OutT>public java.lang.Class<? extends KafkaEgressSerializer<OutT>> serializerClass()
public java.lang.String kafkaAddress()
public java.util.Properties properties()
public int kafkaProducerPoolSize()
public KafkaProducerSemantic semantic()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.