public class KafkaIngressSpec<T> extends java.lang.Object implements IngressSpec<T>
| Modifier and Type | Method and Description |
|---|---|
KafkaIngressDeserializer<T> |
deserializer() |
IngressIdentifier<T> |
id() |
java.util.Properties |
properties() |
KafkaIngressStartupPosition |
startupPosition() |
java.util.List<java.lang.String> |
topics() |
IngressType |
type() |
public IngressIdentifier<T> id()
id in interface IngressSpec<T>public IngressType type()
type in interface IngressSpec<T>public java.util.Properties properties()
public java.util.List<java.lang.String> topics()
public KafkaIngressDeserializer<T> deserializer()
public KafkaIngressStartupPosition startupPosition()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.