| Modifier and Type | Class and Description |
|---|---|
class |
AxualConsumer<K,V>
The type Axual consumer.
|
class |
KafkaConsumer<K,V> |
| Modifier and Type | Method and Description |
|---|---|
ConsumerProxy<K,V> |
AxualConsumerFactory.create(java.util.Map<java.lang.String,java.lang.Object> configs) |
| Modifier and Type | Class and Description |
|---|---|
class |
CallbackConsumer<K,V> |
| Modifier and Type | Method and Description |
|---|---|
ConsumerProxy<K,V> |
CallbackConsumerFactory.create(java.util.Map<java.lang.String,java.lang.Object> configs) |
| Modifier and Type | Class and Description |
|---|---|
class |
StaticConsumerProxy<K,V,C extends BaseClientProxyConfig<ConsumerProxy<K,V>>> |
| Modifier and Type | Class and Description |
|---|---|
class |
StaticConsumerProxy<K,V,C extends BaseClientProxyConfig<ConsumerProxy<K,V>>> |
| Constructor and Description |
|---|
StaticConsumerProxy(StaticClientProxy.ClientProxyInitializer<ConsumerProxy<K,V>,C> initializer) |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> ClientProxyFactory<ConsumerProxy<K,V>> |
ProxyChainUtil.prependConsumerFactoryForElement(ClientProxyFactory<ConsumerProxy<K,V>> lastFactory,
ProxyChainElement element) |
static <K,V> ClientProxyFactory<ConsumerProxy<K,V>> |
ProxyChainUtil.setupConsumerFactoryChain(ProxyChain chain) |
static <K,V> ClientProxyFactory<ConsumerProxy<K,V>> |
ProxyChainUtil.setupConsumerFactoryChain(ProxyChain chain,
ClientProxyFactory<ConsumerProxy<K,V>> lastFactory) |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> ClientProxyFactory<ConsumerProxy<K,V>> |
ProxyChainUtil.prependConsumerFactoryForElement(ClientProxyFactory<ConsumerProxy<K,V>> lastFactory,
ProxyChainElement element) |
static <K,V> ClientProxyFactory<ConsumerProxy<K,V>> |
ProxyChainUtil.setupConsumerFactoryChain(ProxyChain chain,
ClientProxyFactory<ConsumerProxy<K,V>> lastFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
HeaderConsumer<K,V> |
| Modifier and Type | Method and Description |
|---|---|
ConsumerProxy<K,V> |
HeaderConsumerFactory.create(java.util.Map<java.lang.String,java.lang.Object> configs) |
| Modifier and Type | Class and Description |
|---|---|
class |
LineageConsumer<K,V> |
| Modifier and Type | Method and Description |
|---|---|
ConsumerProxy<K,V> |
LineageConsumerFactory.create(java.util.Map<java.lang.String,java.lang.Object> configs) |
| Modifier and Type | Class and Description |
|---|---|
class |
LoggingConsumer<K,V> |
| Modifier and Type | Method and Description |
|---|---|
ConsumerProxy<K,V> |
LoggingConsumerFactory.create(java.util.Map<java.lang.String,java.lang.Object> configs) |
| Modifier and Type | Class and Description |
|---|---|
class |
NoOpConsumer<K,V> |
| Modifier and Type | Method and Description |
|---|---|
ConsumerProxy<K,V> |
NoOpConsumerFactory.create(java.util.Map<java.lang.String,java.lang.Object> configs) |
| Modifier and Type | Class and Description |
|---|---|
class |
ResolvingConsumer<K,V> |
| Modifier and Type | Method and Description |
|---|---|
ConsumerProxy<K,V> |
ResolvingConsumerFactory.create(java.util.Map<java.lang.String,java.lang.Object> configs) |
| Modifier and Type | Class and Description |
|---|---|
class |
SwitchingConsumer<K,V> |
| Modifier and Type | Method and Description |
|---|---|
ConsumerProxy<K,V> |
SwitchingConsumerFactory.create(java.util.Map<java.lang.String,java.lang.Object> configs) |
protected ConsumerProxy<K,V> |
ConsumerSwitcher.createProxyObject(SwitchingConsumerConfig config,
DiscoveryResult discoveryResult) |
ConsumerProxy<K,V> |
ConsumerSwitcher.switchProxy(ConsumerProxy<K,V> oldProxy,
SwitchingConsumerConfig<K,V> config,
DiscoveryResult oldResult,
DiscoveryResult newResult) |
| Modifier and Type | Method and Description |
|---|---|
ConsumerProxy<K,V> |
ConsumerSwitcher.switchProxy(ConsumerProxy<K,V> oldProxy,
SwitchingConsumerConfig<K,V> config,
DiscoveryResult oldResult,
DiscoveryResult newResult) |
| Modifier and Type | Class and Description |
|---|---|
class |
WrappedConsumer<K,V> |
Copyright © 2020–2022 Axual B.V.. All rights reserved.