|
Spring Integration Kafka Support | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.integration.kafka.core.AbstractConfiguration
org.springframework.integration.kafka.core.BrokerAddressListConfiguration
public class BrokerAddressListConfiguration
Kafka Configuration
where the seed brokers are set up explicitly.
Constructor Summary | |
---|---|
BrokerAddressListConfiguration(BrokerAddress... brokerAddresses)
|
Method Summary | |
---|---|
protected java.util.List<BrokerAddress> |
doGetBrokerAddresses()
|
Methods inherited from class org.springframework.integration.kafka.core.AbstractConfiguration |
---|
afterPropertiesSet, getBrokerAddresses, getBufferSize, getClientId, getDefaultPartitions, getDefaultTopic, getFetchMetadataTimeout, getMaxWait, getMinBytes, getSocketTimeout, setBufferSize, setClientId, setDefaultPartitions, setDefaultTopic, setFetchMetadataTimeout, setMaxWait, setMinBytes, setSocketTimeout |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BrokerAddressListConfiguration(BrokerAddress... brokerAddresses)
Method Detail |
---|
protected java.util.List<BrokerAddress> doGetBrokerAddresses()
doGetBrokerAddresses
in class AbstractConfiguration
|
Spring Integration Kafka Support | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |