|
Spring Integration Kafka Support | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Configuration
Used to configure a DefaultConnectionFactory
. Provides a list of seed brokers.
Method Summary | |
---|---|
java.util.List<BrokerAddress> |
getBrokerAddresses()
The list of seed broker addresses used by this Configuration. |
java.util.List<Partition> |
getDefaultPartitions()
A list of default partitions to perform operations on. |
java.lang.String |
getDefaultTopic()
A default topic to perform operations on. |
Method Detail |
---|
java.util.List<BrokerAddress> getBrokerAddresses()
java.util.List<Partition> getDefaultPartitions()
java.lang.String getDefaultTopic()
|
Spring Integration Kafka Support | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |