Uses of Class
ru.pathcreator.pyc.rpc.schema.RpcServiceRegistry.ChannelBuilder
Packages that use RpcServiceRegistry.ChannelBuilder
-
Uses of RpcServiceRegistry.ChannelBuilder in ru.pathcreator.pyc.rpc.schema
Methods in ru.pathcreator.pyc.rpc.schema that return RpcServiceRegistry.ChannelBuilderModifier and TypeMethodDescriptionRpcServiceRegistry.Builder.channel(String name, ChannelConfig config) Adds a logical channel entry to the registry.Adds a method definition when explicit request and response Java type names are not needed.<Req,Resp> RpcServiceRegistry.ChannelBuilder RpcServiceRegistry.ChannelBuilder.method(String methodName, RpcMethod<Req, Resp> method, Class<Req> requestType, Class<Resp> responseType) Adds a typed method definition with explicit request and response type names.<Req,Resp> RpcServiceRegistry.ChannelBuilder RpcServiceRegistry.ChannelBuilder.method(String methodName, RpcMethod<Req, Resp> method, Class<Req> requestType, Class<Resp> responseType, String version, String description) Adds a typed method definition with optional version and description metadata.