Class ShowListenClientByTopicHandler
- java.lang.Object
-
- org.apache.eventmesh.runtime.admin.handler.ShowListenClientByTopicHandler
-
- All Implemented Interfaces:
com.sun.net.httpserver.HttpHandler
public class ShowListenClientByTopicHandler extends java.lang.Object implements com.sun.net.httpserver.HttpHandlerquery client subscription by topic
-
-
Constructor Summary
Constructors Constructor Description ShowListenClientByTopicHandler(EventMeshTCPServer eventMeshTCPServer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(com.sun.net.httpserver.HttpExchange httpExchange)
-
-
-
Constructor Detail
-
ShowListenClientByTopicHandler
public ShowListenClientByTopicHandler(EventMeshTCPServer eventMeshTCPServer)
-
-