Interface AsyncHttpProcessor
-
- All Superinterfaces:
HttpProcessor
- All Known Implementing Classes:
LocalSubscribeEventProcessor,LocalUnSubscribeEventProcessor,RemoteSubscribeEventProcessor,RemoteUnSubscribeEventProcessor,SendAsyncEventProcessor,SendAsyncRemoteEventProcessor
public interface AsyncHttpProcessor extends HttpProcessor
async http processor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default io.netty.handler.codec.http.HttpResponsehandler(io.netty.handler.codec.http.HttpRequest httpRequest)voidhandler(org.apache.eventmesh.runtime.core.protocol.http.processor.HandlerService.HandlerSpecific handlerSpecific, io.netty.handler.codec.http.HttpRequest httpRequest)-
Methods inherited from interface org.apache.eventmesh.runtime.core.protocol.http.processor.HttpProcessor
paths
-
-
-
-
Method Detail
-
handler
default io.netty.handler.codec.http.HttpResponse handler(io.netty.handler.codec.http.HttpRequest httpRequest)
- Specified by:
handlerin interfaceHttpProcessor
-
handler
void handler(org.apache.eventmesh.runtime.core.protocol.http.processor.HandlerService.HandlerSpecific handlerSpecific, io.netty.handler.codec.http.HttpRequest httpRequest) throws java.lang.Exception- Throws:
java.lang.Exception
-
-