Class SendAsyncEventProcessor
- java.lang.Object
-
- org.apache.eventmesh.runtime.core.protocol.http.processor.SendAsyncEventProcessor
-
- All Implemented Interfaces:
AsyncHttpProcessor,HttpProcessor
@EventMeshTrace(isEnable=true) public class SendAsyncEventProcessor extends java.lang.Object implements AsyncHttpProcessor
-
-
Field Summary
Fields Modifier and Type Field Description org.slf4j.LoggeraclLoggerorg.slf4j.LoggerhttpLoggerorg.slf4j.LoggermessageLogger
-
Constructor Summary
Constructors Constructor Description SendAsyncEventProcessor(EventMeshHTTPServer eventMeshHTTPServer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandler(org.apache.eventmesh.runtime.core.protocol.http.processor.HandlerService.HandlerSpecific handlerSpecific, io.netty.handler.codec.http.HttpRequest httpRequest)java.lang.String[]paths()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.eventmesh.runtime.core.protocol.http.processor.AsyncHttpProcessor
handler
-
-
-
-
Constructor Detail
-
SendAsyncEventProcessor
public SendAsyncEventProcessor(EventMeshHTTPServer eventMeshHTTPServer)
-
-
Method Detail
-
handler
public void handler(org.apache.eventmesh.runtime.core.protocol.http.processor.HandlerService.HandlerSpecific handlerSpecific, io.netty.handler.codec.http.HttpRequest httpRequest) throws java.lang.Exception- Specified by:
handlerin interfaceAsyncHttpProcessor- Throws:
java.lang.Exception
-
paths
public java.lang.String[] paths()
- Specified by:
pathsin interfaceHttpProcessor
-
-