Class StreamsGetOffsetsHandler
- java.lang.Object
-
- io.streamthoughts.azkarra.http.handler.StreamsGetOffsetsHandler
-
- All Implemented Interfaces:
WithApplication
,io.undertow.server.HttpHandler
public class StreamsGetOffsetsHandler 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 StreamsGetOffsetsHandler(AzkarraStreamsService service)
Creates a newStreamsGetOffsetsHandler
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
-
StreamsGetOffsetsHandler
public StreamsGetOffsetsHandler(AzkarraStreamsService service)
Creates a newStreamsGetOffsetsHandler
instance.- Parameters:
service
- theAzkarraStreamsService
instance.
-
-
Method Detail
-
handleRequest
public void handleRequest(io.undertow.server.HttpServerExchange exchange, String applicationId)
- Specified by:
handleRequest
in interfaceWithApplication
-
-