A B C D E F G H I K L M O P R S T V Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- actor - Variable in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
- actor() - Method in annotation type com.consol.citrus.kafka.config.annotation.KafkaEndpointConfig
-
Test actor.
- autoCommit - Variable in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
- autoCommit() - Method in annotation type com.consol.citrus.kafka.config.annotation.KafkaEndpointConfig
-
Server auto commit mode.
- autoCommit(boolean) - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointBuilder
-
Sets the autoCommit property.
- autoCommitInterval - Variable in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
- autoCommitInterval() - Method in annotation type com.consol.citrus.kafka.config.annotation.KafkaEndpointConfig
-
Server auto commit interval.
- autoCommitInterval(int) - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointBuilder
-
Sets the autoCommitInterval property.
- autoDeleteLogs - Variable in class com.consol.citrus.model.config.kafka.KafkaEmbeddedServerModel
- autoDeleteLogs(boolean) - Method in class com.consol.citrus.kafka.embedded.EmbeddedKafkaServerBuilder
-
Sets the auto delete option for Zookeeper logs.
B
- brokerProperties - Variable in class com.consol.citrus.model.config.kafka.KafkaEmbeddedServerModel
- 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 - Variable in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
- clientId() - Method in annotation type com.consol.citrus.kafka.config.annotation.KafkaEndpointConfig
-
Client id.
- 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.endpoint.builder - package com.consol.citrus.kafka.endpoint.builder
- com.consol.citrus.kafka.message - package com.consol.citrus.kafka.message
- com.consol.citrus.model.config.kafka - package com.consol.citrus.model.config.kafka
- consumerGroup - Variable in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
- consumerGroup() - Method in annotation type com.consol.citrus.kafka.config.annotation.KafkaEndpointConfig
-
Consumer group id.
- consumerGroup(String) - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointBuilder
-
Sets the consumer group property.
- consumerProperties - Variable in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
- consumerProperties() - Method in annotation type com.consol.citrus.kafka.config.annotation.KafkaEndpointConfig
-
Consumer properties reference.
- 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
- createKafkaEmbeddedServerModel() - Method in class com.consol.citrus.model.config.kafka.ObjectFactory
-
Create an instance of
KafkaEmbeddedServerModel - createKafkaEndpointModel() - Method in class com.consol.citrus.model.config.kafka.ObjectFactory
-
Create an instance of
KafkaEndpointModel - 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
- getActor() - Method in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
-
Ruft den Wert der actor-Eigenschaft ab.
- getAutoCommit() - Method in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
-
Ruft den Wert der autoCommit-Eigenschaft ab.
- getAutoCommitInterval() - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
-
Gets the autoCommitInterval.
- getAutoCommitInterval() - Method in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
-
Ruft den Wert der autoCommitInterval-Eigenschaft ab.
- getBrokerProperties() - Method in class com.consol.citrus.kafka.embedded.EmbeddedKafkaServer
-
Gets the brokerProperties.
- getBrokerProperties() - Method in class com.consol.citrus.model.config.kafka.KafkaEmbeddedServerModel
-
Ruft den Wert der brokerProperties-Eigenschaft ab.
- getClientId() - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
-
Gets the clientId.
- getClientId() - Method in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
-
Ruft den Wert der clientId-Eigenschaft ab.
- getConsumerGroup() - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
-
Gets the group.
- getConsumerGroup() - Method in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
-
Ruft den Wert der consumerGroup-Eigenschaft ab.
- getConsumerProperties() - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
-
Gets the consumerProperties.
- getConsumerProperties() - Method in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
-
Ruft den Wert der consumerProperties-Eigenschaft ab.
- 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.
- getHeaderMapper() - Method in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
-
Ruft den Wert der headerMapper-Eigenschaft ab.
- getId() - Method in class com.consol.citrus.model.config.kafka.KafkaEmbeddedServerModel
-
Ruft den Wert der id-Eigenschaft ab.
- getId() - Method in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
-
Ruft den Wert der id-Eigenschaft ab.
- getKafkaServerPort() - Method in class com.consol.citrus.kafka.embedded.EmbeddedKafkaServer
-
Gets the kafkaServerPort.
- getKafkaServerPort() - Method in class com.consol.citrus.model.config.kafka.KafkaEmbeddedServerModel
-
Ruft den Wert der kafkaServerPort-Eigenschaft ab.
- getKeyDeserializer() - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
-
Gets the keyDeserializer.
- getKeyDeserializer() - Method in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
-
Ruft den Wert der keyDeserializer-Eigenschaft ab.
- getKeySerializer() - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
-
Gets the keySerializer.
- getKeySerializer() - Method in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
-
Ruft den Wert der keySerializer-Eigenschaft ab.
- getLogDirPath() - Method in class com.consol.citrus.kafka.embedded.EmbeddedKafkaServer
-
Gets the logDirPath.
- getLogDirPath() - Method in class com.consol.citrus.model.config.kafka.KafkaEmbeddedServerModel
-
Ruft den Wert der logDirPath-Eigenschaft ab.
- getMessageConverter() - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
-
Gets the message converter.
- getMessageConverter() - Method in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
-
Ruft den Wert der messageConverter-Eigenschaft ab.
- 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.
- getOffsetReset() - Method in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
-
Ruft den Wert der offsetReset-Eigenschaft ab.
- 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.
- getPartition() - Method in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
-
Ruft den Wert der partition-Eigenschaft ab.
- getPartitions() - Method in class com.consol.citrus.kafka.embedded.EmbeddedKafkaServer
-
Gets the partitions.
- getPartitions() - Method in class com.consol.citrus.model.config.kafka.KafkaEmbeddedServerModel
-
Ruft den Wert der partitions-Eigenschaft ab.
- getProducerProperties() - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
-
Gets the producerProperties.
- getProducerProperties() - Method in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
-
Ruft den Wert der producerProperties-Eigenschaft ab.
- getServer() - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
-
Gets the server.
- getServer() - Method in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
-
Ruft den Wert der server-Eigenschaft ab.
- getTimeout() - Method in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
-
Ruft den Wert der timeout-Eigenschaft ab.
- 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.
- getTopic() - Method in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
-
Ruft den Wert der topic-Eigenschaft ab.
- getTopics() - Method in class com.consol.citrus.kafka.embedded.EmbeddedKafkaServer
-
Gets the topics.
- getTopics() - Method in class com.consol.citrus.model.config.kafka.KafkaEmbeddedServerModel
-
Ruft den Wert der topics-Eigenschaft ab.
- getValueDeserializer() - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
-
Gets the valueDeserializer.
- getValueDeserializer() - Method in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
-
Ruft den Wert der valueDeserializer-Eigenschaft ab.
- getValueSerializer() - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
-
Gets the valueSerializer.
- getValueSerializer() - Method in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
-
Ruft den Wert der valueSerializer-Eigenschaft ab.
- getZookeeperPort() - Method in class com.consol.citrus.kafka.embedded.EmbeddedKafkaServer
-
Gets the zookeeperPort.
- getZookeeperPort() - Method in class com.consol.citrus.model.config.kafka.KafkaEmbeddedServerModel
-
Ruft den Wert der zookeeperPort-Eigenschaft ab.
H
- headerMapper - Variable in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
- headerMapper() - Method in annotation type com.consol.citrus.kafka.config.annotation.KafkaEndpointConfig
-
Header mapper reference.
- headerMapper(KafkaMessageHeaderMapper) - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointBuilder
-
Sets the headerMapper property.
I
- id - Variable in class com.consol.citrus.model.config.kafka.KafkaEmbeddedServerModel
- id - Variable in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
- init() - Method in class com.consol.citrus.kafka.config.handler.CitrusKafkaConfigNamespaceHandler
- init() - Method in class com.consol.citrus.kafka.config.handler.CitrusKafkaTestcaseNamespaceHandler
- initialize() - Method in class com.consol.citrus.kafka.embedded.EmbeddedKafkaServer
- 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.
- isAutoDeleteLogs() - Method in class com.consol.citrus.model.config.kafka.KafkaEmbeddedServerModel
-
Ruft den Wert der autoDeleteLogs-Eigenschaft ab.
K
- kafka() - Static method in class com.consol.citrus.kafka.endpoint.builder.KafkaEndpoints
-
Static entry method for kafka endpoints.
- 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.
- KafkaEmbeddedServerModel - Class in com.consol.citrus.model.config.kafka
-
Java-Klasse für anonymous complex type.
- KafkaEmbeddedServerModel() - Constructor for class com.consol.citrus.model.config.kafka.KafkaEmbeddedServerModel
- 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
-
Default constructor using the name for this component.
- KafkaEndpointConfig - Annotation Type in com.consol.citrus.kafka.config.annotation
- KafkaEndpointConfigParser - Class in com.consol.citrus.kafka.config.annotation
- KafkaEndpointConfigParser() - Constructor for class com.consol.citrus.kafka.config.annotation.KafkaEndpointConfigParser
- KafkaEndpointConfiguration - Class in com.consol.citrus.kafka.endpoint
- KafkaEndpointConfiguration() - Constructor for class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
- KafkaEndpointModel - Class in com.consol.citrus.model.config.kafka
-
Java-Klasse für anonymous complex type.
- KafkaEndpointModel() - Constructor for class com.consol.citrus.model.config.kafka.KafkaEndpointModel
- 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
- KafkaEndpoints - Class in com.consol.citrus.kafka.endpoint.builder
- 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) - Constructor for class com.consol.citrus.kafka.message.KafkaMessage
-
Default constructor using message payload.
- KafkaMessage(Object, Map<String, Object>) - Constructor for class com.consol.citrus.kafka.message.KafkaMessage
-
Default constructor using payload and headers.
- 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 - Variable in class com.consol.citrus.model.config.kafka.KafkaEmbeddedServerModel
- kafkaServerPort(int) - Method in class com.consol.citrus.kafka.embedded.EmbeddedKafkaServerBuilder
-
Sets the Kafka server port
- keyDeserializer - Variable in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
- keyDeserializer() - Method in annotation type com.consol.citrus.kafka.config.annotation.KafkaEndpointConfig
-
Key deserializer reference.
- keyDeserializer(Class<? extends Deserializer>) - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointBuilder
-
Sets the key deserializer property.
- keySerializer - Variable in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
- keySerializer() - Method in annotation type com.consol.citrus.kafka.config.annotation.KafkaEndpointConfig
-
Key serializer reference.
- keySerializer(Class<? extends Serializer>) - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointBuilder
-
Sets the key serializer property.
L
- logDirPath - Variable in class com.consol.citrus.model.config.kafka.KafkaEmbeddedServerModel
- 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 - Variable in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
- messageConverter() - Method in annotation type com.consol.citrus.kafka.config.annotation.KafkaEndpointConfig
-
Message converter reference.
- 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
- ObjectFactory - Class in com.consol.citrus.model.config.kafka
-
This object contains factory methods for each Java content interface and Java element interface generated in the com.consol.citrus.model.config.kafka package.
- ObjectFactory() - Constructor for class com.consol.citrus.model.config.kafka.ObjectFactory
-
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.consol.citrus.model.config.kafka
- 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 - Variable in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
- offsetReset() - Method in annotation type com.consol.citrus.kafka.config.annotation.KafkaEndpointConfig
-
Server offset reset.
- offsetReset(String) - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointBuilder
-
Sets the offsetReset property.
P
- parse(KafkaEndpointConfig, ReferenceResolver) - 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 - Variable in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
- partition() - Method in annotation type com.consol.citrus.kafka.config.annotation.KafkaEndpointConfig
-
Topic partition.
- 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 - Variable in class com.consol.citrus.model.config.kafka.KafkaEmbeddedServerModel
- partitions(int) - Method in class com.consol.citrus.kafka.embedded.EmbeddedKafkaServerBuilder
-
Sets the number of partitions to create for each topic.
- producerProperties - Variable in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
- producerProperties() - Method in annotation type com.consol.citrus.kafka.config.annotation.KafkaEndpointConfig
-
Producer properties reference.
- 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 - Variable in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
- server() - Method in annotation type com.consol.citrus.kafka.config.annotation.KafkaEndpointConfig
-
Server connection url.
- server(String) - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointBuilder
-
Sets the server property.
- setActor(String) - Method in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
-
Legt den Wert der actor-Eigenschaft fest.
- setAutoCommit(boolean) - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
-
Sets the autoCommit.
- setAutoCommit(String) - Method in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
-
Legt den Wert der autoCommit-Eigenschaft fest.
- setAutoCommitInterval(int) - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
-
Sets the autoCommitInterval.
- setAutoCommitInterval(Integer) - Method in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
-
Legt den Wert der autoCommitInterval-Eigenschaft fest.
- setAutoDeleteLogs(boolean) - Method in class com.consol.citrus.kafka.embedded.EmbeddedKafkaServer
-
Sets the autoDeleteLogs.
- setAutoDeleteLogs(Boolean) - Method in class com.consol.citrus.model.config.kafka.KafkaEmbeddedServerModel
-
Legt den Wert der autoDeleteLogs-Eigenschaft fest.
- setBrokerProperties(String) - Method in class com.consol.citrus.model.config.kafka.KafkaEmbeddedServerModel
-
Legt den Wert der brokerProperties-Eigenschaft fest.
- 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.
- setClientId(String) - Method in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
-
Legt den Wert der clientId-Eigenschaft fest.
- 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.
- setConsumerGroup(String) - Method in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
-
Legt den Wert der consumerGroup-Eigenschaft fest.
- setConsumerProperties(String) - Method in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
-
Legt den Wert der consumerProperties-Eigenschaft fest.
- 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.
- setHeaderMapper(String) - Method in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
-
Legt den Wert der headerMapper-Eigenschaft fest.
- setId(String) - Method in class com.consol.citrus.model.config.kafka.KafkaEmbeddedServerModel
-
Legt den Wert der id-Eigenschaft fest.
- setId(String) - Method in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
-
Legt den Wert der id-Eigenschaft fest.
- setKafkaServerPort(int) - Method in class com.consol.citrus.kafka.embedded.EmbeddedKafkaServer
-
Sets the kafkaServerPort.
- setKafkaServerPort(String) - Method in class com.consol.citrus.model.config.kafka.KafkaEmbeddedServerModel
-
Legt den Wert der kafkaServerPort-Eigenschaft fest.
- setKeyDeserializer(Class<? extends Deserializer>) - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
-
Sets the keyDeserializer.
- setKeyDeserializer(String) - Method in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
-
Legt den Wert der keyDeserializer-Eigenschaft fest.
- setKeySerializer(Class<? extends Serializer>) - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
-
Sets the keySerializer.
- setKeySerializer(String) - Method in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
-
Legt den Wert der keySerializer-Eigenschaft fest.
- setLogDirPath(String) - Method in class com.consol.citrus.kafka.embedded.EmbeddedKafkaServer
-
Sets the logDirPath.
- setLogDirPath(String) - Method in class com.consol.citrus.model.config.kafka.KafkaEmbeddedServerModel
-
Legt den Wert der logDirPath-Eigenschaft fest.
- setMessageConverter(KafkaMessageConverter) - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
-
Sets the message converter.
- setMessageConverter(String) - Method in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
-
Legt den Wert der messageConverter-Eigenschaft fest.
- setOffsetReset(String) - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
-
Sets the offsetReset.
- setOffsetReset(String) - Method in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
-
Legt den Wert der offsetReset-Eigenschaft fest.
- setPartition(int) - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
-
Sets the partition.
- setPartition(Integer) - Method in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
-
Legt den Wert der partition-Eigenschaft fest.
- setPartitions(int) - Method in class com.consol.citrus.kafka.embedded.EmbeddedKafkaServer
-
Sets the partitions.
- setPartitions(Integer) - Method in class com.consol.citrus.model.config.kafka.KafkaEmbeddedServerModel
-
Legt den Wert der partitions-Eigenschaft fest.
- setProducer(KafkaProducer<Object, Object>) - Method in class com.consol.citrus.kafka.endpoint.KafkaProducer
-
Sets the producer.
- setProducerProperties(String) - Method in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
-
Legt den Wert der producerProperties-Eigenschaft fest.
- 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.
- setServer(String) - Method in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
-
Legt den Wert der server-Eigenschaft fest.
- setTimeout(String) - Method in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
-
Legt den Wert der timeout-Eigenschaft fest.
- setTopic(String) - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
-
Sets the topic name.
- setTopic(String) - Method in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
-
Legt den Wert der topic-Eigenschaft fest.
- setTopics(String) - Method in class com.consol.citrus.kafka.embedded.EmbeddedKafkaServer
-
Sets the topics.
- setTopics(String) - Method in class com.consol.citrus.model.config.kafka.KafkaEmbeddedServerModel
-
Legt den Wert der topics-Eigenschaft fest.
- setValueDeserializer(Class<? extends Deserializer>) - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
-
Sets the valueDeserializer.
- setValueDeserializer(String) - Method in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
-
Legt den Wert der valueDeserializer-Eigenschaft fest.
- setValueSerializer(Class<? extends Serializer>) - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointConfiguration
-
Sets the valueSerializer.
- setValueSerializer(String) - Method in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
-
Legt den Wert der valueSerializer-Eigenschaft fest.
- setZookeeperPort(int) - Method in class com.consol.citrus.kafka.embedded.EmbeddedKafkaServer
-
Sets the zookeeperPort.
- setZookeeperPort(String) - Method in class com.consol.citrus.model.config.kafka.KafkaEmbeddedServerModel
-
Legt den Wert der zookeeperPort-Eigenschaft fest.
- 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 - Variable in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
- timeout() - Method in annotation type com.consol.citrus.kafka.config.annotation.KafkaEndpointConfig
-
Timeout.
- 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>, TestContext) - Method in class com.consol.citrus.kafka.message.KafkaMessageHeaderMapper
- topic - Variable in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
- topic() - Method in annotation type com.consol.citrus.kafka.config.annotation.KafkaEndpointConfig
-
Topic name.
- 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 - Variable in class com.consol.citrus.model.config.kafka.KafkaEmbeddedServerModel
- 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 - Variable in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
- valueDeserializer() - Method in annotation type com.consol.citrus.kafka.config.annotation.KafkaEndpointConfig
-
Value deserializer reference.
- valueDeserializer(Class<? extends Deserializer>) - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointBuilder
-
Sets the value deserializer property.
- valueSerializer - Variable in class com.consol.citrus.model.config.kafka.KafkaEndpointModel
- valueSerializer() - Method in annotation type com.consol.citrus.kafka.config.annotation.KafkaEndpointConfig
-
Value serializer reference.
- valueSerializer(Class<? extends Serializer>) - Method in class com.consol.citrus.kafka.endpoint.KafkaEndpointBuilder
-
Sets the value serializer property.
Z
- zookeeperPort - Variable in class com.consol.citrus.model.config.kafka.KafkaEmbeddedServerModel
- zookeeperPort(int) - Method in class com.consol.citrus.kafka.embedded.EmbeddedKafkaServerBuilder
-
Sets the Zookeeper server port
All Classes All Packages