Uses of Class
io.vertx.tp.ipc.eon.IpcRequest
-
Packages that use IpcRequest Package Description io.vertx.tp.ipc.eon io.vertx.tp.ipc.service io.vertx.up.uca.micro.ipc -
-
Uses of IpcRequest in io.vertx.tp.ipc.eon
Methods in io.vertx.tp.ipc.eon that return IpcRequest Modifier and Type Method Description IpcRequestIpcRequest.Builder. build()IpcRequestIpcRequest.Builder. buildPartial()static IpcRequestIpcRequest. getDefaultInstance()IpcRequestIpcRequest.Builder. getDefaultInstanceForType()IpcRequestIpcRequest. getDefaultInstanceForType()static IpcRequestIpcRequest. parseDelimitedFrom(InputStream input)static IpcRequestIpcRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IpcRequestIpcRequest. parseFrom(byte[] data)static IpcRequestIpcRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IpcRequestIpcRequest. parseFrom(com.google.protobuf.ByteString data)static IpcRequestIpcRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IpcRequestIpcRequest. parseFrom(com.google.protobuf.CodedInputStream input)static IpcRequestIpcRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IpcRequestIpcRequest. parseFrom(InputStream input)static IpcRequestIpcRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.vertx.tp.ipc.eon that return types with arguments of type IpcRequest Modifier and Type Method Description com.google.protobuf.Parser<IpcRequest>IpcRequest. getParserForType()static com.google.protobuf.Parser<IpcRequest>IpcRequest. parser()Methods in io.vertx.tp.ipc.eon with parameters of type IpcRequest Modifier and Type Method Description IpcRequest.BuilderIpcRequest.Builder. mergeFrom(IpcRequest other)static IpcRequest.BuilderIpcRequest. newBuilder(IpcRequest prototype) -
Uses of IpcRequest in io.vertx.tp.ipc.service
Fields in io.vertx.tp.ipc.service with type parameters of type IpcRequest Modifier and Type Field Description static io.grpc.MethodDescriptor<IpcRequest,IpcResponse>UnityServiceGrpc. METHOD_UNITY_CALLMethods in io.vertx.tp.ipc.service with parameters of type IpcRequest Modifier and Type Method Description IpcResponseUnityServiceGrpc.UnityServiceBlockingStub. unityCall(IpcRequest request)Direct: Client -> Server -> Clientcom.google.common.util.concurrent.ListenableFuture<IpcResponse>UnityServiceGrpc.UnityServiceFutureStub. unityCall(IpcRequest request)Direct: Client -> Server -> ClientvoidUnityServiceGrpc.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 -> 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 -> Client -
Uses of IpcRequest in io.vertx.up.uca.micro.ipc
Methods in io.vertx.up.uca.micro.ipc that return IpcRequest Modifier and Type Method Description static IpcRequestDataEncap. in(IpcData data)Methods in io.vertx.up.uca.micro.ipc with parameters of type IpcRequest Modifier and Type Method Description static IpcDataDataEncap. consume(IpcRequest request, IpcType type)Middle process
-