Package io.fluxcapacitor.javaclient.web
Class LocalServerConfig
java.lang.Object
io.fluxcapacitor.javaclient.web.LocalServerConfig
Configuration for the local HTTP server used to handle
WebRequest
messages outside of Flux Capacitor's own
web handling framework.
This configuration is primarily intended for users who prefer to delegate web request handling to a custom or third-party locally running HTTP server (e.g., Spring MVC, Javalin, etc.) instead of the built-in Flux Capacitor web stack.
Note: This feature is not commonly used and may be deprecated or removed in future versions.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LocalServerConfig
public LocalServerConfig()
-