Class LocalUnSubscribeEventProcessor
- java.lang.Object
-
- org.apache.eventmesh.runtime.core.protocol.http.processor.inf.AbstractEventProcessor
-
- org.apache.eventmesh.runtime.core.protocol.http.processor.LocalUnSubscribeEventProcessor
-
- All Implemented Interfaces:
AsyncHttpProcessor,HttpProcessor
@EventMeshTrace(isEnable=false) public class LocalUnSubscribeEventProcessor extends AbstractEventProcessor implements AsyncHttpProcessor
-
-
Field Summary
Fields Modifier and Type Field Description org.slf4j.LoggerhttpLogger-
Fields inherited from class org.apache.eventmesh.runtime.core.protocol.http.processor.inf.AbstractEventProcessor
eventMeshHTTPServer
-
-
Constructor Summary
Constructors Constructor Description LocalUnSubscribeEventProcessor(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 org.apache.eventmesh.runtime.core.protocol.http.processor.inf.AbstractEventProcessor
getTargetMesh, updateMetadata
-
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
-
LocalUnSubscribeEventProcessor
public LocalUnSubscribeEventProcessor(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
-
-