Uses of Class
io.quarkus.reactivemessaging.http.runtime.config.HttpStreamConfig
Packages that use HttpStreamConfig
Package
Description
-
Uses of HttpStreamConfig in io.quarkus.reactivemessaging.http.runtime
Methods in io.quarkus.reactivemessaging.http.runtime that return types with arguments of type HttpStreamConfigModifier and TypeMethodDescriptionprotected Collection<HttpStreamConfig>ReactiveHttpHandlerBean.configs()Methods in io.quarkus.reactivemessaging.http.runtime with parameters of type HttpStreamConfigModifier and TypeMethodDescriptionprotected StringReactiveHttpHandlerBean.description(HttpStreamConfig streamConfig) protected StringReactiveHttpHandlerBean.key(HttpStreamConfig streamConfig) -
Uses of HttpStreamConfig in io.quarkus.reactivemessaging.http.runtime.config
Methods in io.quarkus.reactivemessaging.http.runtime.config that return types with arguments of type HttpStreamConfigModifier and TypeMethodDescriptionReactiveHttpConfig.getHttpConfigs()static List<HttpStreamConfig>ReactiveHttpConfig.readIncomingHttpConfigs()Reads HTTP config, can be used in the build time