Class QueryWebHookConfigByIdHandler

  • All Implemented Interfaces:
    com.sun.net.httpserver.HttpHandler

    public class QueryWebHookConfigByIdHandler
    extends java.lang.Object
    implements com.sun.net.httpserver.HttpHandler
    • Field Summary

      Fields 
      Modifier and Type Field Description
      org.slf4j.Logger logger  
    • Constructor Summary

      Constructors 
      Constructor Description
      QueryWebHookConfigByIdHandler​(org.apache.eventmesh.webhook.api.WebHookConfigOperation operation)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handle​(com.sun.net.httpserver.HttpExchange httpExchange)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • logger

        public org.slf4j.Logger logger
    • Constructor Detail

      • QueryWebHookConfigByIdHandler

        public QueryWebHookConfigByIdHandler​(org.apache.eventmesh.webhook.api.WebHookConfigOperation operation)
    • Method Detail

      • handle

        public void handle​(com.sun.net.httpserver.HttpExchange httpExchange)
                    throws java.io.IOException
        Specified by:
        handle in interface com.sun.net.httpserver.HttpHandler
        Throws:
        java.io.IOException