Class LocalServerConfig

java.lang.Object
io.fluxcapacitor.javaclient.web.LocalServerConfig

public class LocalServerConfig extends Object
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 Details

    • LocalServerConfig

      public LocalServerConfig()