| Package | Description |
|---|---|
| org.flowable.eventregistry.api.model | |
| org.flowable.eventregistry.impl.model |
| Modifier and Type | Method and Description |
|---|---|
InboundChannelModelBuilder.InboundKafkaChannelBuilder |
InboundChannelModelBuilder.InboundKafkaChannelBuilder.clientIdPrefix(String clientIdPrefix)
Sets the client id prefix for this Kafka adapter.
|
InboundChannelModelBuilder.InboundKafkaChannelBuilder |
InboundChannelModelBuilder.InboundKafkaChannelBuilder.concurrency(String concurrency)
Sets the concurrency (and integer) for this Kafka adapter.
|
InboundChannelModelBuilder.InboundKafkaChannelBuilder |
InboundChannelModelBuilder.InboundKafkaChannelBuilder.groupId(String groupId)
Sets the groupId for this Kafka adapter.
|
InboundChannelModelBuilder.InboundKafkaChannelBuilder |
InboundChannelModelBuilder.kafkaChannelAdapter(String topic)
Configures an adapter which receives events using Kafka.
|
InboundChannelModelBuilder.InboundKafkaChannelBuilder |
InboundChannelModelBuilder.InboundKafkaChannelBuilder.property(String name,
String value)
Sets custom properties for this Kafka adapter.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
InboundChannelDefinitionBuilderImpl.InboundKafkaChannelBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
InboundChannelModelBuilder.InboundKafkaChannelBuilder |
InboundChannelDefinitionBuilderImpl.InboundKafkaChannelBuilderImpl.clientIdPrefix(String clientIdPrefix) |
InboundChannelModelBuilder.InboundKafkaChannelBuilder |
InboundChannelDefinitionBuilderImpl.InboundKafkaChannelBuilderImpl.concurrency(String concurrency) |
InboundChannelModelBuilder.InboundKafkaChannelBuilder |
InboundChannelDefinitionBuilderImpl.InboundKafkaChannelBuilderImpl.groupId(String groupId) |
InboundChannelModelBuilder.InboundKafkaChannelBuilder |
InboundChannelDefinitionBuilderImpl.kafkaChannelAdapter(String topic) |
InboundChannelModelBuilder.InboundKafkaChannelBuilder |
InboundChannelDefinitionBuilderImpl.InboundKafkaChannelBuilderImpl.property(String name,
String value) |
Copyright © 2023 Flowable. All rights reserved.