Skip navigation links
A B C D E F G H I K L M O P R S T V Z 

A

afterPropertiesSet() - Method in class com.consol.citrus.kafka.embedded.EmbeddedKafkaServer
 
autoCommit(boolean) - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointBuilder
Sets the autoCommit property.
autoCommitInterval(int) - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointBuilder
Sets the autoCommitInterval property.
autoDeleteLogs(boolean) - Method in class com.consol.citrus.kafka.embedded.EmbeddedKafkaServerBuilder
Sets the auto delete option for Zookeeper logs.

B

brokerProperties(Map<String, String>) - Method in class com.consol.citrus.kafka.embedded.EmbeddedKafkaServerBuilder
Sets the kafka server broker properties.
build() - Method in class com.consol.citrus.kafka.embedded.EmbeddedKafkaServerBuilder
Builds the kafkaServer.

C

CitrusKafkaConfigNamespaceHandler - Class in com.consol.citrus.kafka.config.handler
 
CitrusKafkaConfigNamespaceHandler() - Constructor for class com.consol.citrus.kafka.config.handler.CitrusKafkaConfigNamespaceHandler
 
CitrusKafkaTestcaseNamespaceHandler - Class in com.consol.citrus.kafka.config.handler
 
CitrusKafkaTestcaseNamespaceHandler() - Constructor for class com.consol.citrus.kafka.config.handler.CitrusKafkaTestcaseNamespaceHandler
 
clientId(String) - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointBuilder
Sets the clientId property.
com.consol.citrus.kafka.config.annotation - package com.consol.citrus.kafka.config.annotation
 
com.consol.citrus.kafka.config.handler - package com.consol.citrus.kafka.config.handler
 
com.consol.citrus.kafka.config.xml - package com.consol.citrus.kafka.config.xml
 
com.consol.citrus.kafka.embedded - package com.consol.citrus.kafka.embedded
 
com.consol.citrus.kafka.endpoint - package com.consol.citrus.kafka.endpoint
 
com.consol.citrus.kafka.message - package com.consol.citrus.kafka.message
 
consumerGroup(String) - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointBuilder
Sets the consumer group property.
consumerProperties(Map<String, Object>) - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointBuilder
Sets the consumer properties.
convertInbound(ConsumerRecord<Object, Object>, KafkaEndpointConfiguration, TestContext) - Method in class com.consol.citrus.kafka.message.KafkaMessageConverter
 
convertOutbound(Message, KafkaEndpointConfiguration, TestContext) - Method in class com.consol.citrus.kafka.message.KafkaMessageConverter
 
convertOutbound(ProducerRecord<Object, Object>, Message, KafkaEndpointConfiguration, TestContext) - Method in class com.consol.citrus.kafka.message.KafkaMessageConverter
 
createBrokerProperties(String, int, File) - Method in class com.consol.citrus.kafka.embedded.EmbeddedKafkaServer
Creates Kafka broker properties.
createConsumer() - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpoint
 
createEndpoint(String, Map<String, String>, TestContext) - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointComponent
 
createKafkaTopics(Set<String>) - Method in class com.consol.citrus.kafka.embedded.EmbeddedKafkaServer
Create topics on embedded Kafka server.
createLogDir() - Method in class com.consol.citrus.kafka.embedded.EmbeddedKafkaServer
Creates Zookeeper log directory.
createProducer() - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpoint
 
createServerFactory() - Method in class com.consol.citrus.kafka.embedded.EmbeddedKafkaServer
Create server factory for embedded Zookeeper server instance.
createZookeeperServer(File) - Method in class com.consol.citrus.kafka.embedded.EmbeddedKafkaServer
Creates new embedded Zookeeper server.

D

destroy() - Method in class com.consol.citrus.kafka.embedded.EmbeddedKafkaServer
 
destroy() - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpoint
 

E

EmbeddedKafkaServer - Class in com.consol.citrus.kafka.embedded
Embedded Kafka server with reference to embedded Zookeeper cluster for testing purpose.
EmbeddedKafkaServer() - Constructor for class com.consol.citrus.kafka.embedded.EmbeddedKafkaServer
 
EmbeddedKafkaServerApp - Class in com.consol.citrus.kafka.embedded
Standalone application provides a main cli entry for running an embedded Kafka server with embedded Zookeeper.
EmbeddedKafkaServerApp() - Constructor for class com.consol.citrus.kafka.embedded.EmbeddedKafkaServerApp
 
EmbeddedKafkaServerBuilder - Class in com.consol.citrus.kafka.embedded
Embedded Kafka server with reference to embedded Zookeeper cluster for testing purpose.
EmbeddedKafkaServerBuilder() - Constructor for class com.consol.citrus.kafka.embedded.EmbeddedKafkaServerBuilder
Default constructor.
EmbeddedKafkaServerBuilder(EmbeddedKafkaServer) - Constructor for class com.consol.citrus.kafka.embedded.EmbeddedKafkaServerBuilder
Constructor using Kafka server.
endpointConfiguration - Variable in class com.consol.citrus.kafka.endpoint.KafkaConsumer
Endpoint configuration

F

fromHeaders(Headers) - Method in class com.consol.citrus.kafka.message.KafkaMessageHeaderMapper
 

G

getAutoCommitInterval() - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
Gets the autoCommitInterval.
getBrokerProperties() - Method in class com.consol.citrus.kafka.embedded.EmbeddedKafkaServer
Gets the brokerProperties.
getClientId() - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
Gets the clientId.
getConsumerGroup() - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
Gets the group.
getConsumerProperties() - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
Gets the consumerProperties.
getEndpoint() - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointBuilder
 
getEndpointClass() - Method in class com.consol.citrus.kafka.config.xml.KafkaEndpointParser
 
getEndpointConfiguration() - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpoint
 
getEndpointConfigurationClass() - Method in class com.consol.citrus.kafka.config.xml.KafkaEndpointParser
 
getHeaderMapper() - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
Gets the headerMapper.
getKafkaServerPort() - Method in class com.consol.citrus.kafka.embedded.EmbeddedKafkaServer
Gets the kafkaServerPort.
getKeyDeserializer() - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
Gets the keyDeserializer.
getKeySerializer() - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
Gets the keySerializer.
getLogDirPath() - Method in class com.consol.citrus.kafka.embedded.EmbeddedKafkaServer
Gets the logDirPath.
getMessageConverter() - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
Gets the message converter.
getMessageKey() - Method in class com.consol.citrus.kafka.message.KafkaMessage
Gets the Kafka message key header.
getName() - Method in class com.consol.citrus.kafka.endpoint.KafkaProducer
 
getOffset() - Method in class com.consol.citrus.kafka.message.KafkaMessage
Gets the Kafka offset header.
getOffsetReset() - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
Gets the offsetReset.
getPartition() - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
Gets the partition.
getPartition() - Method in class com.consol.citrus.kafka.message.KafkaMessage
Gets the Kafka partition header.
getPartitions() - Method in class com.consol.citrus.kafka.embedded.EmbeddedKafkaServer
Gets the partitions.
getProducerProperties() - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
Gets the producerProperties.
getServer() - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
Gets the server.
getTimestamp() - Method in class com.consol.citrus.kafka.message.KafkaMessage
Gets the Kafka timestamp header.
getTopic() - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
Gets the topic name.
getTopic() - Method in class com.consol.citrus.kafka.message.KafkaMessage
Gets the Kafka topic header.
getTopics() - Method in class com.consol.citrus.kafka.embedded.EmbeddedKafkaServer
Gets the topics.
getValueDeserializer() - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
Gets the valueDeserializer.
getValueSerializer() - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
Gets the valueSerializer.
getZookeeperPort() - Method in class com.consol.citrus.kafka.embedded.EmbeddedKafkaServer
Gets the zookeeperPort.

H

headerMapper(KafkaMessageHeaderMapper) - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointBuilder
Sets the headerMapper property.

I

init() - Method in class com.consol.citrus.kafka.config.handler.CitrusKafkaConfigNamespaceHandler
 
init() - Method in class com.consol.citrus.kafka.config.handler.CitrusKafkaTestcaseNamespaceHandler
 
isAutoCommit() - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
Gets the autoCommit.
isAutoDeleteLogs() - Method in class com.consol.citrus.kafka.embedded.EmbeddedKafkaServer
Gets the autoDeleteLogs.

K

KAFKA_PREFIX - Static variable in class com.consol.citrus.kafka.message.KafkaMessageHeaders
 
KafkaConsumer - Class in com.consol.citrus.kafka.endpoint
 
KafkaConsumer(String, KafkaEndpointConfiguration) - Constructor for class com.consol.citrus.kafka.endpoint.KafkaConsumer
Default constructor using endpoint.
KafkaEmbeddedServerParser - Class in com.consol.citrus.kafka.config.xml
Bean definition parser for embedded Kafka server component.
KafkaEmbeddedServerParser() - Constructor for class com.consol.citrus.kafka.config.xml.KafkaEmbeddedServerParser
 
KafkaEndpoint - Class in com.consol.citrus.kafka.endpoint
Kafka message endpoint capable of sending/receiving messages from Kafka message destination.
KafkaEndpoint() - Constructor for class com.consol.citrus.kafka.endpoint.KafkaEndpoint
Default constructor initializing endpoint configuration.
KafkaEndpoint(KafkaEndpointConfiguration) - Constructor for class com.consol.citrus.kafka.endpoint.KafkaEndpoint
Constructor with endpoint configuration.
KafkaEndpointBuilder - Class in com.consol.citrus.kafka.endpoint
 
KafkaEndpointBuilder() - Constructor for class com.consol.citrus.kafka.endpoint.KafkaEndpointBuilder
 
KafkaEndpointComponent - Class in com.consol.citrus.kafka.endpoint
Kafka endpoint component is able to create kafka endpoint from endpoint uri with parameters.
KafkaEndpointComponent() - Constructor for class com.consol.citrus.kafka.endpoint.KafkaEndpointComponent
 
KafkaEndpointConfig - Annotation Type in com.consol.citrus.kafka.config.annotation
 
KafkaEndpointConfigParser - Class in com.consol.citrus.kafka.config.annotation
 
KafkaEndpointConfigParser(ReferenceResolver) - Constructor for class com.consol.citrus.kafka.config.annotation.KafkaEndpointConfigParser
Constructor matching super.
KafkaEndpointConfiguration - Class in com.consol.citrus.kafka.endpoint
 
KafkaEndpointConfiguration() - Constructor for class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
 
KafkaEndpointParser - Class in com.consol.citrus.kafka.config.xml
Bean definition parser for Kafka endpoint component.
KafkaEndpointParser() - Constructor for class com.consol.citrus.kafka.config.xml.KafkaEndpointParser
 
KafkaMessage - Class in com.consol.citrus.kafka.message
 
KafkaMessage() - Constructor for class com.consol.citrus.kafka.message.KafkaMessage
Empty constructor initializing with empty message payload.
KafkaMessage(Object, Map<String, Object>) - Constructor for class com.consol.citrus.kafka.message.KafkaMessage
Default constructor using payload and headers.
KafkaMessage(Object) - Constructor for class com.consol.citrus.kafka.message.KafkaMessage
Default constructor using message payload.
KafkaMessageConverter - Class in com.consol.citrus.kafka.message
Basic message converter for converting Spring Integration message implementations to Kafka messages and vice versa.
KafkaMessageConverter() - Constructor for class com.consol.citrus.kafka.message.KafkaMessageConverter
 
KafkaMessageHeaderMapper - Class in com.consol.citrus.kafka.message
Citrus Kafka header mapper translates internal message headers to Spring integration message headers and vice versa.
KafkaMessageHeaderMapper() - Constructor for class com.consol.citrus.kafka.message.KafkaMessageHeaderMapper
 
KafkaMessageHeaders - Class in com.consol.citrus.kafka.message
 
KafkaProducer - Class in com.consol.citrus.kafka.endpoint
 
KafkaProducer(String, KafkaEndpointConfiguration) - Constructor for class com.consol.citrus.kafka.endpoint.KafkaProducer
Default constructor using endpoint configuration.
kafkaServer() - Method in class com.consol.citrus.kafka.embedded.EmbeddedKafkaServerApp
 
kafkaServerPort(int) - Method in class com.consol.citrus.kafka.embedded.EmbeddedKafkaServerBuilder
Sets the Kafka server port
keyDeserializer(Class<? extends Deserializer>) - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointBuilder
Sets the key deserializer property.
keySerializer(Class<? extends Serializer>) - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointBuilder
Sets the key serializer property.

L

logDirPath(String) - Method in class com.consol.citrus.kafka.embedded.EmbeddedKafkaServerBuilder
Sets the Zookeeper log directory path.

M

main(String[]) - Static method in class com.consol.citrus.kafka.embedded.EmbeddedKafkaServerApp
Main cli method.
MESSAGE_KEY - Static variable in class com.consol.citrus.kafka.message.KafkaMessageHeaders
 
messageConverter(KafkaMessageConverter) - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointBuilder
Sets the messageConverter property.
messageKey(Object) - Method in class com.consol.citrus.kafka.message.KafkaMessage
Sets the Kafka message key header.

O

offset(long) - Method in class com.consol.citrus.kafka.message.KafkaMessage
Sets the Kafka offset header.
OFFSET - Static variable in class com.consol.citrus.kafka.message.KafkaMessageHeaders
 
offsetReset(String) - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointBuilder
Sets the offsetReset property.

P

parse(KafkaEndpointConfig) - Method in class com.consol.citrus.kafka.config.annotation.KafkaEndpointConfigParser
 
parseEndpointConfiguration(BeanDefinitionBuilder, Element, ParserContext) - Method in class com.consol.citrus.kafka.config.xml.KafkaEndpointParser
 
parseInternal(Element, ParserContext) - Method in class com.consol.citrus.kafka.config.xml.KafkaEmbeddedServerParser
 
partition(int) - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointBuilder
Sets the partition property.
partition(int) - Method in class com.consol.citrus.kafka.message.KafkaMessage
Sets the Kafka partition id header.
PARTITION - Static variable in class com.consol.citrus.kafka.message.KafkaMessageHeaders
 
partitions(int) - Method in class com.consol.citrus.kafka.embedded.EmbeddedKafkaServerBuilder
Sets the number of partitions to create for each topic.
producerProperties(Map<String, Object>) - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointBuilder
Sets the producer properties.

R

receive(TestContext, long) - Method in class com.consol.citrus.kafka.endpoint.KafkaConsumer
 

S

send(Message, TestContext) - Method in class com.consol.citrus.kafka.endpoint.KafkaProducer
 
server(String) - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointBuilder
Sets the server property.
setAutoCommit(boolean) - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
Sets the autoCommit.
setAutoCommitInterval(int) - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
Sets the autoCommitInterval.
setAutoDeleteLogs(boolean) - Method in class com.consol.citrus.kafka.embedded.EmbeddedKafkaServer
Sets the autoDeleteLogs.
setBrokerProperties(Map<String, String>) - Method in class com.consol.citrus.kafka.embedded.EmbeddedKafkaServer
Sets the brokerProperties.
setClientId(String) - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
Sets the clientId.
setConsumer(KafkaConsumer<Object, Object>) - Method in class com.consol.citrus.kafka.endpoint.KafkaConsumer
Sets the consumer.
setConsumerGroup(String) - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
Sets the group.
setConsumerProperties(Map<String, Object>) - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
Sets the consumerProperties.
setHeaderMapper(KafkaMessageHeaderMapper) - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
Sets the headerMapper.
setKafkaServerPort(int) - Method in class com.consol.citrus.kafka.embedded.EmbeddedKafkaServer
Sets the kafkaServerPort.
setKeyDeserializer(Class<? extends Deserializer>) - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
Sets the keyDeserializer.
setKeySerializer(Class<? extends Serializer>) - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
Sets the keySerializer.
setLogDirPath(String) - Method in class com.consol.citrus.kafka.embedded.EmbeddedKafkaServer
Sets the logDirPath.
setMessageConverter(KafkaMessageConverter) - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
Sets the message converter.
setOffsetReset(String) - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
Sets the offsetReset.
setPartition(int) - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
Sets the partition.
setPartitions(int) - Method in class com.consol.citrus.kafka.embedded.EmbeddedKafkaServer
Sets the partitions.
setProducer(KafkaProducer<Object, Object>) - Method in class com.consol.citrus.kafka.endpoint.KafkaProducer
Sets the producer.
setProducerProperties(Map<String, Object>) - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
Sets the producerProperties.
setServer(String) - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
Sets the server.
setTopic(String) - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
Sets the topic name.
setTopics(String) - Method in class com.consol.citrus.kafka.embedded.EmbeddedKafkaServer
Sets the topics.
setValueDeserializer(Class<? extends Deserializer>) - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
Sets the valueDeserializer.
setValueSerializer(Class<? extends Serializer>) - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
Sets the valueSerializer.
setZookeeperPort(int) - Method in class com.consol.citrus.kafka.embedded.EmbeddedKafkaServer
Sets the zookeeperPort.
start() - Method in class com.consol.citrus.kafka.embedded.EmbeddedKafkaServer
Start embedded server instances for Kafka and Zookeeper.
stop() - Method in class com.consol.citrus.kafka.embedded.EmbeddedKafkaServer
Shutdown embedded Kafka and Zookeeper server instances
stop() - Method in class com.consol.citrus.kafka.endpoint.KafkaConsumer
Stop message listener container.

T

timeout(long) - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointBuilder
Sets the default timeout.
timestamp(Long) - Method in class com.consol.citrus.kafka.message.KafkaMessage
Sets the Kafka timestamp header.
TIMESTAMP - Static variable in class com.consol.citrus.kafka.message.KafkaMessageHeaders
 
toHeaders(Map<String, Object>) - Method in class com.consol.citrus.kafka.message.KafkaMessageHeaderMapper
 
topic(String) - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointBuilder
Sets the topicName property.
topic(String) - Method in class com.consol.citrus.kafka.message.KafkaMessage
Sets the Kafka topic key header.
TOPIC - Static variable in class com.consol.citrus.kafka.message.KafkaMessageHeaders
 
topics(String) - Method in class com.consol.citrus.kafka.embedded.EmbeddedKafkaServerBuilder
Sets the topics to auto create on server as comma delimited list.
topics(String...) - Method in class com.consol.citrus.kafka.embedded.EmbeddedKafkaServerBuilder
Sets the topics to auto create on embedded server.

V

valueDeserializer(Class<? extends Deserializer>) - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointBuilder
Sets the value deserializer property.
valueSerializer(Class<? extends Serializer>) - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointBuilder
Sets the value serializer property.

Z

zookeeperPort(int) - Method in class com.consol.citrus.kafka.embedded.EmbeddedKafkaServerBuilder
Sets the Zookeeper server port
A B C D E F G H I K L M O P R S T V Z 
Skip navigation links

Copyright © 2008–2019 ConSol Software GmbH. All rights reserved.