Uses of Class
cronapp.framework.customization.ShutdownResponse
-
-
Uses of ShutdownResponse in cronapp.framework.customization
Fields in cronapp.framework.customization with type parameters of type ShutdownResponse Modifier and Type Field Description static io.grpc.MethodDescriptor<ShutdownRequest,ShutdownResponse>CustomizationServiceGrpc. METHOD_SHUTDOWNDeprecated.Methods in cronapp.framework.customization that return ShutdownResponse Modifier and Type Method Description ShutdownResponseShutdownResponse.Builder. build()ShutdownResponseShutdownResponse.Builder. buildPartial()static ShutdownResponseShutdownResponse. getDefaultInstance()ShutdownResponseShutdownResponse.Builder. getDefaultInstanceForType()ShutdownResponseShutdownResponse. getDefaultInstanceForType()static ShutdownResponseShutdownResponse. parseDelimitedFrom(InputStream input)static ShutdownResponseShutdownResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ShutdownResponseShutdownResponse. parseFrom(byte[] data)static ShutdownResponseShutdownResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ShutdownResponseShutdownResponse. parseFrom(com.google.protobuf.ByteString data)static ShutdownResponseShutdownResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ShutdownResponseShutdownResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ShutdownResponseShutdownResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ShutdownResponseShutdownResponse. parseFrom(InputStream input)static ShutdownResponseShutdownResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ShutdownResponseShutdownResponse. parseFrom(ByteBuffer data)static ShutdownResponseShutdownResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ShutdownResponseCustomizationServiceGrpc.CustomizationServiceBlockingStub. shutdown(ShutdownRequest request)Methods in cronapp.framework.customization that return types with arguments of type ShutdownResponse Modifier and Type Method Description com.google.protobuf.Parser<ShutdownResponse>ShutdownResponse. getParserForType()static io.grpc.MethodDescriptor<ShutdownRequest,ShutdownResponse>CustomizationServiceGrpc. getShutdownMethod()static com.google.protobuf.Parser<ShutdownResponse>ShutdownResponse. parser()com.google.common.util.concurrent.ListenableFuture<ShutdownResponse>CustomizationServiceGrpc.CustomizationServiceFutureStub. shutdown(ShutdownRequest request)Methods in cronapp.framework.customization with parameters of type ShutdownResponse Modifier and Type Method Description ShutdownResponse.BuilderShutdownResponse.Builder. mergeFrom(ShutdownResponse other)static ShutdownResponse.BuilderShutdownResponse. newBuilder(ShutdownResponse prototype)Method parameters in cronapp.framework.customization with type arguments of type ShutdownResponse Modifier and Type Method Description voidCustomizationServiceGrpc.CustomizationServiceImplBase. shutdown(ShutdownRequest request, io.grpc.stub.StreamObserver<ShutdownResponse> responseObserver)voidCustomizationServiceGrpc.CustomizationServiceStub. shutdown(ShutdownRequest request, io.grpc.stub.StreamObserver<ShutdownResponse> responseObserver)
-