public final class KafkaEgressSpec<OutT> extends java.lang.Object implements EgressSpec<OutT>
Modifier and Type | Method and Description |
---|---|
EgressIdentifier<OutT> |
id()
Returns the unique identifier of the egress.
|
java.lang.String |
kafkaAddress() |
int |
kafkaProducerPoolSize() |
java.util.Properties |
properties() |
KafkaProducerSemantic |
semantic() |
java.lang.Class<? extends KafkaEgressSerializer<OutT>> |
serializerClass() |
EgressType |
type()
Returns the type of the egress.
|
public EgressIdentifier<OutT> id()
EgressSpec
id
in interface EgressSpec<OutT>
public EgressType type()
EgressSpec
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–2024 The Apache Software Foundation. All rights reserved.