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:
-
Method Summary
Modifier and TypeMethodDescriptionList<io.confluent.rest.Application<?>> provideApplications(Map<String, Object> configuration, io.confluent.kafka.http.server.KafkaHttpServerInjector injector) Returns a collection ofApplicationinstances, possibly empty if the application is disabled.
-
Method Details
-
provideApplications
-