Class FHIRNotificationKafkaPublisher.KafkaPublisherCallback

  • All Implemented Interfaces:
    org.apache.kafka.clients.producer.Callback
    Enclosing class:
    FHIRNotificationKafkaPublisher

    public class FHIRNotificationKafkaPublisher.KafkaPublisherCallback
    extends Object
    implements org.apache.kafka.clients.producer.Callback
    • Method Detail

      • onCompletion

        public void onCompletion​(org.apache.kafka.clients.producer.RecordMetadata recordMetadata,
                                 Exception exception)
        This method is called by the KafkaProducer API after a successful *or* unsuccessful send.
        Specified by:
        onCompletion in interface org.apache.kafka.clients.producer.Callback