Uses of Class
io.streamthoughts.azkarra.streams.config.HttpServerConf
-
Packages that use HttpServerConf Package Description io.streamthoughts.azkarra.streams io.streamthoughts.azkarra.streams.config io.streamthoughts.azkarra.streams.config.internal -
-
Uses of HttpServerConf in io.streamthoughts.azkarra.streams
Methods in io.streamthoughts.azkarra.streams with parameters of type HttpServerConf Modifier and Type Method Description AzkarraApplication
AzkarraApplication. enableHttpServer(boolean enableHttpServer, HttpServerConf httpServerConf)
-
Uses of HttpServerConf in io.streamthoughts.azkarra.streams.config
Methods in io.streamthoughts.azkarra.streams.config that return HttpServerConf Modifier and Type Method Description static HttpServerConf
HttpServerConf. with(Conf conf)
static HttpServerConf
HttpServerConf. with(String listener, int port)
HttpServerConf
HttpServerConf. withConfig(String key, Object value)
HttpServerConf
HttpServerConf. withListener(String listener)
Sets the http server listener.HttpServerConf
HttpServerConf. withPort(int port)
Sets the http server port.Constructors in io.streamthoughts.azkarra.streams.config with parameters of type HttpServerConf Constructor Description HttpServerConf(HttpServerConf conf)
Creates a newHttpServerConf
instance. -
Uses of HttpServerConf in io.streamthoughts.azkarra.streams.config.internal
Subclasses of HttpServerConf in io.streamthoughts.azkarra.streams.config.internal Modifier and Type Class Description class
InternalHttpServerConf
Constructors in io.streamthoughts.azkarra.streams.config.internal with parameters of type HttpServerConf Constructor Description InternalHttpServerConf(HttpServerConf original)
Creates a newInternalHttpServerConf
instance.
-