Class KafkaConnector

    • Constructor Detail

      • KafkaConnector

        public KafkaConnector()
    • Method Detail

      • terminate

        public void terminate​(@Observes(notifyObserver=IF_EXISTS) @Priority(50) @BeforeDestroyed(javax.enterprise.context.ApplicationScoped.class)
                              Object event)
      • getPublisher

        public org.reactivestreams.Publisher<? extends org.eclipse.microprofile.reactive.messaging.Message<?>> getPublisher​(org.eclipse.microprofile.config.Config config)
        Specified by:
        getPublisher in interface InboundConnector
      • getSubscriber

        public org.reactivestreams.Subscriber<? extends org.eclipse.microprofile.reactive.messaging.Message<?>> getSubscriber​(org.eclipse.microprofile.config.Config config)
        Specified by:
        getSubscriber in interface OutboundConnector
      • getStartup

        public io.smallrye.reactive.messaging.health.HealthReport getStartup()
        Specified by:
        getStartup in interface io.smallrye.reactive.messaging.health.HealthReporter
      • getReadiness

        public io.smallrye.reactive.messaging.health.HealthReport getReadiness()
        Specified by:
        getReadiness in interface io.smallrye.reactive.messaging.health.HealthReporter
      • getLiveness

        public io.smallrye.reactive.messaging.health.HealthReport getLiveness()
        Specified by:
        getLiveness in interface io.smallrye.reactive.messaging.health.HealthReporter
      • getConsumerChannels

        public Set<String> getConsumerChannels()
      • getProducerChannels

        public Set<String> getProducerChannels()