public class DefaultHandlerProxyFactory<RespT> extends Object implements HandlerProxyFactory<RespT>
| Constructor and Description |
|---|
DefaultHandlerProxyFactory() |
| Modifier and Type | Method and Description |
|---|---|
List<SubStreamObserver<RespT>> |
create(GrpcHandler handler) |
List<SubStreamObserver<RespT>> |
create(List<GrpcHandler> handlers) |
public List<SubStreamObserver<RespT>> create(GrpcHandler handler)
create in interface HandlerProxyFactory<RespT>public List<SubStreamObserver<RespT>> create(List<GrpcHandler> handlers)
create in interface HandlerProxyFactory<RespT>Copyright © 2025 Webull. All rights reserved.