Class ReactiveHttpConfig
java.lang.Object
io.quarkus.reactivemessaging.http.runtime.config.ReactiveHttpConfig
Utility class for reading http and web socket connector configuration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<HttpStreamConfig>Reads HTTP config, can be used in the build timestatic List<WebSocketStreamConfig>Reads web socket config, can be used in the build timeRead custom serializer class names from the configuration
-
Constructor Details
-
ReactiveHttpConfig
public ReactiveHttpConfig()
-
-
Method Details
-
getHttpConfigs
- Returns:
- list of http stream configurations
-
getWebSocketConfigs
- Returns:
- list of web socket stream configurations
-
readIncomingHttpConfigs
Reads HTTP config, can be used in the build time- Returns:
- list of HTTP configurations
-
readIncomingWebSocketConfigs
Reads web socket config, can be used in the build time- Returns:
- list of web socket configurations
-
readSerializers
Read custom serializer class names from the configuration- Returns:
- list of custom serializer class names
-
readDeserializers
-