Uses of Class
ai.blip.deckard.AckResponse
-
-
Uses of AckResponse in ai.blip.deckard
Methods in ai.blip.deckard that return AckResponse Modifier and Type Method Description AckResponseDeckardGrpc.DeckardBlockingStub. ack(AckRequest request)Acks a message, marking it as successfully processedAckResponseAckResponse.Builder. build()AckResponseAckResponse.Builder. buildPartial()static AckResponseAckResponse. getDefaultInstance()AckResponseAckResponse.Builder. getDefaultInstanceForType()AckResponseAckResponse. getDefaultInstanceForType()AckResponseDeckardGrpc.DeckardBlockingStub. nack(AckRequest request)Nacks a message, marking it as not processedstatic AckResponseAckResponse. parseDelimitedFrom(InputStream input)static AckResponseAckResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AckResponseAckResponse. parseFrom(byte[] data)static AckResponseAckResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AckResponseAckResponse. parseFrom(com.google.protobuf.ByteString data)static AckResponseAckResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AckResponseAckResponse. parseFrom(com.google.protobuf.CodedInputStream input)static AckResponseAckResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AckResponseAckResponse. parseFrom(InputStream input)static AckResponseAckResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AckResponseAckResponse. parseFrom(ByteBuffer data)static AckResponseAckResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in ai.blip.deckard that return types with arguments of type AckResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<AckResponse>DeckardGrpc.DeckardFutureStub. ack(AckRequest request)Acks a message, marking it as successfully processedstatic io.grpc.MethodDescriptor<AckRequest,AckResponse>DeckardGrpc. getAckMethod()static io.grpc.MethodDescriptor<AckRequest,AckResponse>DeckardGrpc. getNackMethod()com.google.protobuf.Parser<AckResponse>AckResponse. getParserForType()com.google.common.util.concurrent.ListenableFuture<AckResponse>DeckardGrpc.DeckardFutureStub. nack(AckRequest request)Nacks a message, marking it as not processedstatic com.google.protobuf.Parser<AckResponse>AckResponse. parser()Methods in ai.blip.deckard with parameters of type AckResponse Modifier and Type Method Description AckResponse.BuilderAckResponse.Builder. mergeFrom(AckResponse other)static AckResponse.BuilderAckResponse. newBuilder(AckResponse prototype)Method parameters in ai.blip.deckard with type arguments of type AckResponse Modifier and Type Method Description voidDeckardGrpc.DeckardImplBase. ack(AckRequest request, io.grpc.stub.StreamObserver<AckResponse> responseObserver)Acks a message, marking it as successfully processedvoidDeckardGrpc.DeckardStub. ack(AckRequest request, io.grpc.stub.StreamObserver<AckResponse> responseObserver)Acks a message, marking it as successfully processedvoidDeckardGrpc.DeckardImplBase. nack(AckRequest request, io.grpc.stub.StreamObserver<AckResponse> responseObserver)Nacks a message, marking it as not processedvoidDeckardGrpc.DeckardStub. nack(AckRequest request, io.grpc.stub.StreamObserver<AckResponse> responseObserver)Nacks a message, marking it as not processed
-