| Modifier and Type | Class and Description |
|---|---|
class |
AxualProducer<K,V>
The type Axual producer.
|
class |
KafkaProducer<K,V> |
| Modifier and Type | Method and Description |
|---|---|
ProducerProxy<K,V> |
AxualProducerFactory.create(java.util.Map<java.lang.String,java.lang.Object> configs) |
| Modifier and Type | Class and Description |
|---|---|
class |
CallbackProducer<K,V> |
| Modifier and Type | Method and Description |
|---|---|
ProducerProxy<K,V> |
CallbackProducerFactory.create(java.util.Map<java.lang.String,java.lang.Object> configs) |
| Modifier and Type | Class and Description |
|---|---|
class |
StaticProducerProxy<K,V,C extends BaseClientProxyConfig<ProducerProxy<K,V>>> |
| Modifier and Type | Class and Description |
|---|---|
class |
StaticProducerProxy<K,V,C extends BaseClientProxyConfig<ProducerProxy<K,V>>> |
| Constructor and Description |
|---|
StaticProducerProxy(StaticClientProxy.ClientProxyInitializer<ProducerProxy<K,V>,C> initializer) |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> ClientProxyFactory<ProducerProxy<K,V>> |
ProxyChainUtil.prependProducerFactoryForElement(ClientProxyFactory<ProducerProxy<K,V>> lastFactory,
ProxyChainElement element) |
static <K,V> ClientProxyFactory<ProducerProxy<K,V>> |
ProxyChainUtil.setupProducerFactoryChain(ProxyChain chain) |
static <K,V> ClientProxyFactory<ProducerProxy<K,V>> |
ProxyChainUtil.setupProducerFactoryChain(ProxyChain chain,
ClientProxyFactory<ProducerProxy<K,V>> lastFactory) |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> ClientProxyFactory<ProducerProxy<K,V>> |
ProxyChainUtil.prependProducerFactoryForElement(ClientProxyFactory<ProducerProxy<K,V>> lastFactory,
ProxyChainElement element) |
static <K,V> ClientProxyFactory<ProducerProxy<K,V>> |
ProxyChainUtil.setupProducerFactoryChain(ProxyChain chain,
ClientProxyFactory<ProducerProxy<K,V>> lastFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
HeaderProducer<K,V> |
| Modifier and Type | Method and Description |
|---|---|
ProducerProxy<K,V> |
HeaderProducerFactory.create(java.util.Map<java.lang.String,java.lang.Object> configs) |
| Modifier and Type | Class and Description |
|---|---|
class |
LineageProducer<K,V> |
| Modifier and Type | Method and Description |
|---|---|
ProducerProxy<K,V> |
LineageProducerFactory.create(java.util.Map<java.lang.String,java.lang.Object> configs) |
| Modifier and Type | Class and Description |
|---|---|
class |
LoggingProducer<K,V> |
| Modifier and Type | Method and Description |
|---|---|
ProducerProxy<K,V> |
LoggingProducerFactory.create(java.util.Map<java.lang.String,java.lang.Object> configs) |
| Modifier and Type | Class and Description |
|---|---|
class |
NoOpProducer<K,V> |
| Modifier and Type | Method and Description |
|---|---|
ProducerProxy<K,V> |
NoOpProducerFactory.create(java.util.Map<java.lang.String,java.lang.Object> configs) |
| Modifier and Type | Class and Description |
|---|---|
class |
ResolvingProducer<K,V> |
| Modifier and Type | Method and Description |
|---|---|
ProducerProxy<K,V> |
ResolvingProducerFactory.create(java.util.Map<java.lang.String,java.lang.Object> configs) |
| Modifier and Type | Class and Description |
|---|---|
class |
SwitchingProducer<K,V>
Proxy Kafka producer which takes care of switching.
|
| Modifier and Type | Method and Description |
|---|---|
ProducerProxy<K,V> |
SwitchingProducerFactory.create(java.util.Map<java.lang.String,java.lang.Object> configs) |
protected ProducerProxy<K,V> |
ProducerSwitcher.createProxyObject(SwitchingProducerConfig config,
DiscoveryResult discoveryResult) |
| Modifier and Type | Class and Description |
|---|---|
class |
WrappedProducer<K,V> |
| Modifier and Type | Method and Description |
|---|---|
ProducerProxy<K,V> |
WrappedProducerFactory.create(java.util.Map<java.lang.String,java.lang.Object> configs) |
Copyright © 2020–2022 Axual B.V.. All rights reserved.