Uses of Class
io.vertx.tp.ipc.eon.IpcResponse
-
Packages that use IpcResponse Package Description io.vertx.tp.ipc.eon io.vertx.tp.ipc.service io.vertx.tp.plugin.rpc io.vertx.up.uca.micro.ipc -
-
Uses of IpcResponse in io.vertx.tp.ipc.eon
Methods in io.vertx.tp.ipc.eon that return IpcResponse Modifier and Type Method Description IpcResponseIpcResponse.Builder. build()IpcResponseIpcResponse.Builder. buildPartial()static IpcResponseIpcResponse. getDefaultInstance()IpcResponseIpcResponse.Builder. getDefaultInstanceForType()IpcResponseIpcResponse. getDefaultInstanceForType()static IpcResponseIpcResponse. parseDelimitedFrom(InputStream input)static IpcResponseIpcResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IpcResponseIpcResponse. parseFrom(byte[] data)static IpcResponseIpcResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IpcResponseIpcResponse. parseFrom(com.google.protobuf.ByteString data)static IpcResponseIpcResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IpcResponseIpcResponse. parseFrom(com.google.protobuf.CodedInputStream input)static IpcResponseIpcResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IpcResponseIpcResponse. parseFrom(InputStream input)static IpcResponseIpcResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.vertx.tp.ipc.eon that return types with arguments of type IpcResponse Modifier and Type Method Description com.google.protobuf.Parser<IpcResponse>IpcResponse. getParserForType()static com.google.protobuf.Parser<IpcResponse>IpcResponse. parser()Methods in io.vertx.tp.ipc.eon with parameters of type IpcResponse Modifier and Type Method Description IpcResponse.BuilderIpcResponse.Builder. mergeFrom(IpcResponse other)static IpcResponse.BuilderIpcResponse. newBuilder(IpcResponse prototype) -
Uses of IpcResponse in io.vertx.tp.ipc.service
Fields in io.vertx.tp.ipc.service with type parameters of type IpcResponse Modifier and Type Field Description static io.grpc.MethodDescriptor<IpcRequest,IpcResponse>UnityServiceGrpc. METHOD_UNITY_CALLMethods in io.vertx.tp.ipc.service that return IpcResponse Modifier and Type Method Description IpcResponseUnityServiceGrpc.UnityServiceBlockingStub. unityCall(IpcRequest request)Direct: Client -> Server -> ClientMethods in io.vertx.tp.ipc.service that return types with arguments of type IpcResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<IpcResponse>UnityServiceGrpc.UnityServiceFutureStub. unityCall(IpcRequest request)Direct: Client -> Server -> Clientio.vertx.core.Future<IpcResponse>VertxUnityServiceGrpc.UnityServiceVertxImplBase. unityCall(IpcRequest request)Direct: Client -> Server -> Clientio.vertx.core.Future<IpcResponse>VertxUnityServiceGrpc.UnityServiceVertxStub. unityCall(IpcRequest request)Direct: Client -> Server -> ClientMethod parameters in io.vertx.tp.ipc.service with type arguments of type IpcResponse Modifier and Type Method Description voidUnityServiceGrpc.UnityServiceImplBase. unityCall(IpcRequest request, io.grpc.stub.StreamObserver<IpcResponse> responseObserver)Direct: Client -> Server -> ClientvoidUnityServiceGrpc.UnityServiceStub. unityCall(IpcRequest request, io.grpc.stub.StreamObserver<IpcResponse> responseObserver)Direct: Client -> Server -> Client -
Uses of IpcResponse in io.vertx.tp.plugin.rpc
Methods in io.vertx.tp.plugin.rpc with parameters of type IpcResponse Modifier and Type Method Description io.vertx.core.Future<Envelop>RpcRepdor. reply(IpcResponse response)io.vertx.core.Future<io.vertx.core.json.JsonObject>RpcRepdor. replyJson(IpcResponse response)Method parameters in io.vertx.tp.plugin.rpc with type arguments of type IpcResponse Modifier and Type Method Description voidRpcRepdor. reply(io.vertx.core.Promise<Envelop> handler, io.vertx.core.AsyncResult<IpcResponse> response) -
Uses of IpcResponse in io.vertx.up.uca.micro.ipc
Methods in io.vertx.up.uca.micro.ipc that return IpcResponse Modifier and Type Method Description static IpcResponseDataEncap. out(IpcData data)Methods in io.vertx.up.uca.micro.ipc with parameters of type IpcResponse Modifier and Type Method Description static EnvelopDataEncap. out(IpcResponse data)static io.vertx.core.json.JsonObjectDataEncap. outJson(IpcResponse data)
-