Uses of Class
tech.skworks.tachyon.service.contracts.system.PingResponse
Packages that use PingResponse
Package
Description
-
Uses of PingResponse in tech.skworks.tachyon.service.contracts.system
Methods in tech.skworks.tachyon.service.contracts.system that return PingResponseModifier and TypeMethodDescriptionPingResponse.Builder.build()PingResponse.Builder.buildPartial()static PingResponsePingResponse.getDefaultInstance()PingResponse.Builder.getDefaultInstanceForType()PingResponse.getDefaultInstanceForType()static PingResponsePingResponse.parseDelimitedFrom(InputStream input) static PingResponsePingResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PingResponsePingResponse.parseFrom(byte[] data) static PingResponsePingResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PingResponsePingResponse.parseFrom(com.google.protobuf.ByteString data) static PingResponsePingResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PingResponsePingResponse.parseFrom(com.google.protobuf.CodedInputStream input) static PingResponsePingResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PingResponsePingResponse.parseFrom(InputStream input) static PingResponsePingResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PingResponsePingResponse.parseFrom(ByteBuffer data) static PingResponsePingResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SystemGrpc.SystemBlockingStub.ping(PingRequest request) SystemGrpc.SystemBlockingV2Stub.ping(PingRequest request) Methods in tech.skworks.tachyon.service.contracts.system that return types with arguments of type PingResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<PingResponse> PingResponse.getParserForType()static io.grpc.MethodDescriptor<PingRequest, PingResponse> SystemGrpc.getPingMethod()static com.google.protobuf.Parser<PingResponse> PingResponse.parser()io.smallrye.mutiny.Uni<PingResponse> MutinySystemGrpc.MutinySystemStub.ping(PingRequest request) io.smallrye.mutiny.Uni<PingResponse> MutinySystemGrpc.SystemImplBase.ping(PingRequest request) io.smallrye.mutiny.Uni<PingResponse> System.ping(PingRequest request) io.smallrye.mutiny.Uni<PingResponse> SystemBean.ping(PingRequest request) io.smallrye.mutiny.Uni<PingResponse> SystemClient.ping(PingRequest request) com.google.common.util.concurrent.ListenableFuture<PingResponse> SystemGrpc.SystemFutureStub.ping(PingRequest request) Methods in tech.skworks.tachyon.service.contracts.system with parameters of type PingResponseModifier and TypeMethodDescriptionPingResponse.Builder.mergeFrom(PingResponse other) static PingResponse.BuilderPingResponse.newBuilder(PingResponse prototype) Method parameters in tech.skworks.tachyon.service.contracts.system with type arguments of type PingResponseModifier and TypeMethodDescriptiondefault voidSystemGrpc.AsyncService.ping(PingRequest request, io.grpc.stub.StreamObserver<PingResponse> responseObserver) voidSystemGrpc.SystemStub.ping(PingRequest request, io.grpc.stub.StreamObserver<PingResponse> responseObserver) -
Uses of PingResponse in tech.skworks.tachyon.service.infra
Methods in tech.skworks.tachyon.service.infra that return types with arguments of type PingResponseModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<PingResponse> SystemGrpcService.ping(PingRequest request)