Interface KafkaHttpApplicationProvider


public interface KafkaHttpApplicationProvider
A provider for Application.

Applications that wish to be loaded by the KafkaHttpServer through the means described in KafkaHttpApplicationLoader should implement this interface.

Since:
6.0.0
See Also:
  • for details
  • Method Summary

    Modifier and Type
    Method
    Description
    List<io.confluent.rest.Application<?>>
    provideApplications(Map<String,Object> configuration, io.confluent.kafka.http.server.KafkaHttpServerInjector injector)
    Returns a collection of Application instances, possibly empty if the application is disabled.
  • Method Details

    • provideApplications

      List<io.confluent.rest.Application<?>> provideApplications(Map<String,Object> configuration, io.confluent.kafka.http.server.KafkaHttpServerInjector injector)
      Returns a collection of Application instances, possibly empty if the application is disabled.
      Since:
      7.1.0