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