@KafkaConfig(bootstrapServers="#{KAFKA_SERVICE_HOST}:#{KAFKA_SERVICE_PORT}")
public class KafkaCloudEventConsumer
extends Object
| Constructor and Description |
|---|
KafkaCloudEventConsumer() |
| Modifier and Type | Method and Description |
|---|---|
void |
eventBridge(CloudEvent<?> ce) |
@Consumer(topics="#{CLOUD_EVENT_BRIDGE_TOPIC}",
groupId="jCloudEvent_group")
public void eventBridge(CloudEvent<?> ce)
Copyright © 2018 JBoss by Red Hat. All rights reserved.