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