Class AbstractRequestProcessor
java.lang.Object
services.moleculer.web.middleware.AbstractRequestProcessor
- All Implemented Interfaces:
RequestProcessor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the next RequestProcessor in the invocation chain.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface RequestProcessor
service
-
Field Details
-
parent
-
-
Constructor Details
-
AbstractRequestProcessor
-
-
Method Details
-
getParent
Description copied from interface:RequestProcessorReturns the next RequestProcessor in the invocation chain.- Specified by:
getParentin interfaceRequestProcessor- Returns:
- parent processor
-