Class ProducibleAspect
- java.lang.Object
-
- io.easywalk.simply.eventable.kafka.producer.ProducibleAspect
-
@EnableAsync @Component public class ProducibleAspect extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ProducibleAspect(KafkaProducerConfig kafkaConfig, org.springframework.kafka.core.KafkaTemplate kafkaTemplate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidproducibleAnnotations()voidpublish(java.lang.String topic, java.lang.String type, java.lang.String key, io.easywalk.simply.specification.serviceable.annotations.SimplyEntity entity)
-
-
-
Constructor Detail
-
ProducibleAspect
public ProducibleAspect(KafkaProducerConfig kafkaConfig, @Qualifier("eventableEntityKafkaTemplate") org.springframework.kafka.core.KafkaTemplate kafkaTemplate)
-
-