public interface KafkaPayloadTransformer
| Modifier and Type | Method and Description |
|---|---|
default void |
handleOnFail(Exception ex,
org.springframework.messaging.support.GenericMessage<Object> message) |
boolean |
isPubSubDomain() |
String |
kafkaTopic() |
String |
mqTopic() |
Object |
tranformToMq(org.apache.kafka.clients.consumer.ConsumerRecord<String,org.apache.avro.generic.GenericRecord> records) |
Copyright © 2023. All rights reserved.