class documentation
class _NexusMiddlewareForInterceptors(nexusrpc.handler.OperationHandlerMiddleware): (source)
Constructor: _NexusMiddlewareForInterceptors(interceptors)
Undocumented
| Method | __init__ |
Undocumented |
| Method | intercept |
Undocumented |
| Instance Variable | _interceptors |
Undocumented |
def intercept(self, ctx:
nexusrpc.handler.OperationContext, next: nexusrpc.handler.MiddlewareSafeOperationHandler) -> nexusrpc.handler.MiddlewareSafeOperationHandler:
(source)
¶
Undocumented