Class StreamsGetStatusHandler
- java.lang.Object
-
- io.streamthoughts.azkarra.http.handler.StreamsGetStatusHandler
-
- All Implemented Interfaces:
WithApplication
,io.undertow.server.HttpHandler
public class StreamsGetStatusHandler extends Object implements WithApplication
-
-
Field Summary
Fields Modifier and Type Field Description protected AzkarraStreamsService
service
-
Fields inherited from interface io.streamthoughts.azkarra.http.handler.WithApplication
QUERY_PARAM_ID
-
-
Constructor Summary
Constructors Constructor Description StreamsGetStatusHandler(AzkarraStreamsService service)
Creates a newStreamsGetStatusHandler
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleRequest(io.undertow.server.HttpServerExchange exchange, String applicationId)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.streamthoughts.azkarra.http.handler.WithApplication
handleRequest
-
-
-
-
Field Detail
-
service
protected final AzkarraStreamsService service
-
-
Constructor Detail
-
StreamsGetStatusHandler
public StreamsGetStatusHandler(AzkarraStreamsService service)
Creates a newStreamsGetStatusHandler
instance.- Parameters:
service
- theAzkarraStreamsService
instance.
-
-
Method Detail
-
handleRequest
public void handleRequest(io.undertow.server.HttpServerExchange exchange, String applicationId)
- Specified by:
handleRequest
in interfaceWithApplication
-
-