Uses of Class
org.pipservices4.grpc.commandable.InvokeRequest
Packages that use InvokeRequest
-
Uses of InvokeRequest in org.pipservices4.grpc.commandable
Fields in org.pipservices4.grpc.commandable with type parameters of type InvokeRequestModifier and TypeFieldDescriptionstatic final io.grpc.MethodDescriptor<InvokeRequest,InvokeReply> CommandableGrpc.METHOD_INVOKEMethods in org.pipservices4.grpc.commandable that return InvokeRequestModifier and TypeMethodDescriptionInvokeRequest.Builder.build()InvokeRequest.Builder.buildPartial()static InvokeRequestInvokeRequest.getDefaultInstance()InvokeRequest.Builder.getDefaultInstanceForType()InvokeRequest.getDefaultInstanceForType()static InvokeRequestInvokeRequest.parseDelimitedFrom(InputStream input) static InvokeRequestInvokeRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static InvokeRequestInvokeRequest.parseFrom(byte[] data) static InvokeRequestInvokeRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static InvokeRequestInvokeRequest.parseFrom(com.google.protobuf.ByteString data) static InvokeRequestInvokeRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static InvokeRequestInvokeRequest.parseFrom(com.google.protobuf.CodedInputStream input) static InvokeRequestInvokeRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static InvokeRequestInvokeRequest.parseFrom(InputStream input) static InvokeRequestInvokeRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static InvokeRequestInvokeRequest.parseFrom(ByteBuffer data) static InvokeRequestInvokeRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.pipservices4.grpc.commandable that return types with arguments of type InvokeRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<InvokeRequest>InvokeRequest.getParserForType()static com.google.protobuf.Parser<InvokeRequest>InvokeRequest.parser()Methods in org.pipservices4.grpc.commandable with parameters of type InvokeRequestModifier and TypeMethodDescriptionCommandableGrpc.CommandableBlockingStub.invoke(InvokeRequest request) com.google.common.util.concurrent.ListenableFuture<InvokeReply>CommandableGrpc.CommandableFutureStub.invoke(InvokeRequest request) voidCommandableGrpc.CommandableImplBase.invoke(InvokeRequest request, io.grpc.stub.StreamObserver<InvokeReply> responseObserver) voidCommandableGrpc.CommandableStub.invoke(InvokeRequest request, io.grpc.stub.StreamObserver<InvokeReply> responseObserver) InvokeRequest.Builder.mergeFrom(InvokeRequest other) static InvokeRequest.BuilderInvokeRequest.newBuilder(InvokeRequest prototype)