Class KafkaExecutionFinishSendingService
java.lang.Object
org.qubership.atp.itf.lite.backend.service.kafka.KafkaExecutionFinishSendingService
-
Constructor Summary
ConstructorsConstructorDescriptionKafkaExecutionFinishSendingService(String itfLiteExecutionFinishTopic, org.springframework.kafka.core.KafkaTemplate<UUID, ItfLiteExecutionFinishEvent> itfLiteExecutionFinishKafkaTemplate) Creates KafkaExecutionFinishSendingService. -
Method Summary
Modifier and TypeMethodDescriptionvoidexecutionFinishEventSend(ItfLiteExecutionFinishEvent executionFinishEvent) Sends execution finish event to kafka.
-
Constructor Details
-
KafkaExecutionFinishSendingService
public KafkaExecutionFinishSendingService(String itfLiteExecutionFinishTopic, org.springframework.kafka.core.KafkaTemplate<UUID, ItfLiteExecutionFinishEvent> itfLiteExecutionFinishKafkaTemplate) Creates KafkaExecutionFinishSendingService.- Parameters:
itfLiteExecutionFinishTopic- itf lite execution finish topicitfLiteExecutionFinishKafkaTemplate- itf lit execution finish kafka template
-
-
Method Details
-
executionFinishEventSend
Sends execution finish event to kafka.- Parameters:
executionFinishEvent- execution finish event
-