public static interface RsfPublisher.RegisterBuilder<T>
RsfPublisher.RegisterBuilder updateServiceRoute(String scriptBody)
RsfPublisher.RegisterBuilder updateMethodRoute(String scriptBody)
RsfPublisher.RegisterBuilder updateArgsRoute(String scriptBody)
RsfPublisher.RegisterBuilder updateFlowControl(String flowControl)
RsfPublisher.RegisterBuilder<T> bindAddress(String rsfHost, int port) throws UnknownHostException
rsfHost - 远程服务地址port - 远程服务端口UnknownHostExceptionRsfPublisher.RegisterBuilder<T> bindAddress(String rsfURI, String... array) throws URISyntaxException, UnknownHostException
rsfURI - 远程服务地址URISyntaxExceptionUnknownHostExceptionRsfPublisher.RegisterBuilder<T> bindAddress(URI rsfURI, URI... array) throws UnknownHostException
rsfURI - 远程服务地址UnknownHostExceptionRsfPublisher.RegisterBuilder<T> bindAddress(InterAddress rsfAddress, InterAddress... array)
rsfAddress - 远程服务地址RsfPublisher.RegisterBuilder<T> asAloneThreadPool()
RsfPublisher.RegisterBuilder<T> asMessage()
RsfMessage注解。RsfPublisher.RegisterBuilder<T> asShadow()
RsfBindInfo<T> register()
RsfContext上。Copyright © 2020–2021. All rights reserved.