Class WebHookProcessor
- java.lang.Object
-
- org.apache.eventmesh.runtime.core.protocol.http.processor.WebHookProcessor
-
- All Implemented Interfaces:
HttpProcessor
@EventMeshTrace(isEnable=true) public class WebHookProcessor extends java.lang.Object implements HttpProcessor
-
-
Constructor Summary
Constructors Constructor Description WebHookProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.netty.handler.codec.http.HttpResponsehandler(io.netty.handler.codec.http.HttpRequest httpRequest)java.lang.String[]paths()
-
-
-
Method Detail
-
paths
public java.lang.String[] paths()
- Specified by:
pathsin interfaceHttpProcessor
-
handler
public io.netty.handler.codec.http.HttpResponse handler(io.netty.handler.codec.http.HttpRequest httpRequest)
- Specified by:
handlerin interfaceHttpProcessor
-
-