Class ApiHealthRoutes
- java.lang.Object
-
- io.streamthoughts.azkarra.http.routes.ApiHealthRoutes
-
- All Implemented Interfaces:
AzkarraContextAware
,RoutingHandlerProvider
,io.undertow.server.HttpHandler
public class ApiHealthRoutes extends Object implements io.undertow.server.HttpHandler, RoutingHandlerProvider, AzkarraContextAware
-
-
Constructor Summary
Constructors Constructor Description ApiHealthRoutes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.undertow.server.RoutingHandler
handler(AzkarraStreamsService service)
void
handleRequest(io.undertow.server.HttpServerExchange exchange)
void
setAzkarraContext(AzkarraContext context)
Set theAzkarraContext
that this object runs in.
-
-
-
Method Detail
-
setAzkarraContext
public void setAzkarraContext(AzkarraContext context)
Set theAzkarraContext
that this object runs in.- Specified by:
setAzkarraContext
in interfaceAzkarraContextAware
- Parameters:
context
- theAzkarraContext
instance.
-
handler
public io.undertow.server.RoutingHandler handler(AzkarraStreamsService service)
- Specified by:
handler
in interfaceRoutingHandlerProvider
-
handleRequest
public void handleRequest(io.undertow.server.HttpServerExchange exchange)
- Specified by:
handleRequest
in interfaceio.undertow.server.HttpHandler
-
-