| Package | Description |
|---|---|
| org.flowable.eventregistry.api.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.
|
Copyright © 2022 Flowable. All rights reserved.