public interface RemotingServer extends RemotingService
DEFAULT_URI| 限定符和类型 | 方法和说明 |
|---|---|
void |
invokeAsync(RemotingChannel remotingChannel,
RemotingCommand request,
AsyncHandler asyncHandler,
long timeoutMillis) |
void |
invokeOneWay(RemotingChannel remotingChannel,
RemotingCommand request) |
int |
localListenPort() |
void |
setRequestHandler(io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest> handler) |
commandFactory, processor, processor, registerInterceptor, registerRequestProcessor, registerRequestProcessor, registerRequestProcessor, registerRequestProcessor, unregisterRequestProcessorregisterChannelEventListenerstart, stopint localListenPort()
void setRequestHandler(io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest> handler)
void invokeAsync(RemotingChannel remotingChannel, RemotingCommand request, AsyncHandler asyncHandler, long timeoutMillis)
void invokeOneWay(RemotingChannel remotingChannel, RemotingCommand request)
Copyright © 2021–2022. All rights reserved.