Uses of Class
io.quarkus.reactivemessaging.http.runtime.config.HttpStreamConfig
-
Packages that use HttpStreamConfig Package Description io.quarkus.reactivemessaging.http.runtime io.quarkus.reactivemessaging.http.runtime.config -
-
Uses of HttpStreamConfig in io.quarkus.reactivemessaging.http.runtime
Methods in io.quarkus.reactivemessaging.http.runtime that return types with arguments of type HttpStreamConfig Modifier and Type Method Description protected Collection<HttpStreamConfig>
ReactiveHttpHandlerBean. configs()
Methods in io.quarkus.reactivemessaging.http.runtime with parameters of type HttpStreamConfig Modifier and Type Method Description protected String
ReactiveHttpHandlerBean. description(HttpStreamConfig streamConfig)
protected String
ReactiveHttpHandlerBean. 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 HttpStreamConfig Modifier and Type Method Description List<HttpStreamConfig>
ReactiveHttpConfig. getHttpConfigs()
static List<HttpStreamConfig>
ReactiveHttpConfig. readIncomingHttpConfigs()
Reads HTTP config, can be used in the build time
-