Package io.streamthoughts.azkarra.http
Class UndertowEmbeddedServerProvider
- java.lang.Object
-
- io.streamthoughts.azkarra.http.UndertowEmbeddedServerProvider
-
- All Implemented Interfaces:
EmbeddedHttpServerProvider
public class UndertowEmbeddedServerProvider extends Object implements EmbeddedHttpServerProvider
Provides anUndertowEmbeddedServer
instance.
-
-
Constructor Summary
Constructors Constructor Description UndertowEmbeddedServerProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EmbeddedHttpServer
get(AzkarraContext context)
Creates an returns the embedded HTTP server.
-
-
-
Method Detail
-
get
public EmbeddedHttpServer get(AzkarraContext context)
Creates an returns the embedded HTTP server.- Specified by:
get
in interfaceEmbeddedHttpServerProvider
- Parameters:
context
- theAzkarraContext
instance.- Returns:
- a new
EmbeddedHttpServer
interface.
-
-