Uses of Class
Arp.System.Nm.Services.Grpc.INotificationManagerServiceOuterClass.INotificationManagerServiceSendNotificationRequest
Packages that use INotificationManagerServiceOuterClass.INotificationManagerServiceSendNotificationRequest
-
Uses of INotificationManagerServiceOuterClass.INotificationManagerServiceSendNotificationRequest in Arp.System.Nm.Services.Grpc
Fields in Arp.System.Nm.Services.Grpc declared as INotificationManagerServiceOuterClass.INotificationManagerServiceSendNotificationRequestModifier and TypeFieldDescriptionprivate static final INotificationManagerServiceOuterClass.INotificationManagerServiceSendNotificationRequestINotificationManagerServiceOuterClass.INotificationManagerServiceSendNotificationRequest.DEFAULT_INSTANCEFields in Arp.System.Nm.Services.Grpc with type parameters of type INotificationManagerServiceOuterClass.INotificationManagerServiceSendNotificationRequestModifier and TypeFieldDescriptionprivate static io.grpc.MethodDescriptor<INotificationManagerServiceOuterClass.INotificationManagerServiceSendNotificationRequest, INotificationManagerServiceOuterClass.INotificationManagerServiceSendNotificationResponse> INotificationManagerServiceGrpc.getSendNotificationMethodprivate static final com.google.protobuf.Parser<INotificationManagerServiceOuterClass.INotificationManagerServiceSendNotificationRequest> INotificationManagerServiceOuterClass.INotificationManagerServiceSendNotificationRequest.PARSERMethods in Arp.System.Nm.Services.Grpc that return INotificationManagerServiceOuterClass.INotificationManagerServiceSendNotificationRequestModifier and TypeMethodDescriptionINotificationManagerServiceOuterClass.INotificationManagerServiceSendNotificationRequest.Builder.build()INotificationManagerServiceOuterClass.INotificationManagerServiceSendNotificationRequest.Builder.buildPartial()INotificationManagerServiceOuterClass.INotificationManagerServiceSendNotificationRequest.getDefaultInstance()INotificationManagerServiceOuterClass.INotificationManagerServiceSendNotificationRequest.Builder.getDefaultInstanceForType()INotificationManagerServiceOuterClass.INotificationManagerServiceSendNotificationRequest.getDefaultInstanceForType()INotificationManagerServiceOuterClass.INotificationManagerServiceSendNotificationRequest.parseDelimitedFrom(InputStream input) INotificationManagerServiceOuterClass.INotificationManagerServiceSendNotificationRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) INotificationManagerServiceOuterClass.INotificationManagerServiceSendNotificationRequest.parseFrom(byte[] data) INotificationManagerServiceOuterClass.INotificationManagerServiceSendNotificationRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) INotificationManagerServiceOuterClass.INotificationManagerServiceSendNotificationRequest.parseFrom(com.google.protobuf.ByteString data) INotificationManagerServiceOuterClass.INotificationManagerServiceSendNotificationRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) INotificationManagerServiceOuterClass.INotificationManagerServiceSendNotificationRequest.parseFrom(com.google.protobuf.CodedInputStream input) INotificationManagerServiceOuterClass.INotificationManagerServiceSendNotificationRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) INotificationManagerServiceOuterClass.INotificationManagerServiceSendNotificationRequest.parseFrom(InputStream input) INotificationManagerServiceOuterClass.INotificationManagerServiceSendNotificationRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) INotificationManagerServiceOuterClass.INotificationManagerServiceSendNotificationRequest.parseFrom(ByteBuffer data) INotificationManagerServiceOuterClass.INotificationManagerServiceSendNotificationRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in Arp.System.Nm.Services.Grpc that return types with arguments of type INotificationManagerServiceOuterClass.INotificationManagerServiceSendNotificationRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<INotificationManagerServiceOuterClass.INotificationManagerServiceSendNotificationRequest> INotificationManagerServiceOuterClass.INotificationManagerServiceSendNotificationRequest.getParserForType()static io.grpc.MethodDescriptor<INotificationManagerServiceOuterClass.INotificationManagerServiceSendNotificationRequest, INotificationManagerServiceOuterClass.INotificationManagerServiceSendNotificationResponse> INotificationManagerServiceGrpc.getSendNotificationMethod()static com.google.protobuf.Parser<INotificationManagerServiceOuterClass.INotificationManagerServiceSendNotificationRequest> INotificationManagerServiceOuterClass.INotificationManagerServiceSendNotificationRequest.parser()Methods in Arp.System.Nm.Services.Grpc with parameters of type INotificationManagerServiceOuterClass.INotificationManagerServiceSendNotificationRequestModifier and TypeMethodDescriptionINotificationManagerServiceOuterClass.INotificationManagerServiceSendNotificationRequest.Builder.mergeFrom(INotificationManagerServiceOuterClass.INotificationManagerServiceSendNotificationRequest other) static INotificationManagerServiceOuterClass.INotificationManagerServiceSendNotificationRequest.BuilderINotificationManagerServiceOuterClass.INotificationManagerServiceSendNotificationRequest.newBuilder(INotificationManagerServiceOuterClass.INotificationManagerServiceSendNotificationRequest prototype) INotificationManagerServiceGrpc.INotificationManagerServiceBlockingStub.sendNotification(INotificationManagerServiceOuterClass.INotificationManagerServiceSendNotificationRequest request) / <summary> / Sends a notification / </summary> / <param name="notificationNameId">id of the NotificationName to send</param> / <param name="timestamp">Current timestamp</param> / <param name="payload">payload to send</param> / <returns>NotificationId</returns>com.google.common.util.concurrent.ListenableFuture<INotificationManagerServiceOuterClass.INotificationManagerServiceSendNotificationResponse> INotificationManagerServiceGrpc.INotificationManagerServiceFutureStub.sendNotification(INotificationManagerServiceOuterClass.INotificationManagerServiceSendNotificationRequest request) / <summary> / Sends a notification / </summary> / <param name="notificationNameId">id of the NotificationName to send</param> / <param name="timestamp">Current timestamp</param> / <param name="payload">payload to send</param> / <returns>NotificationId</returns>voidINotificationManagerServiceGrpc.INotificationManagerServiceImplBase.sendNotification(INotificationManagerServiceOuterClass.INotificationManagerServiceSendNotificationRequest request, io.grpc.stub.StreamObserver<INotificationManagerServiceOuterClass.INotificationManagerServiceSendNotificationResponse> responseObserver) / <summary> / Sends a notification / </summary> / <param name="notificationNameId">id of the NotificationName to send</param> / <param name="timestamp">Current timestamp</param> / <param name="payload">payload to send</param> / <returns>NotificationId</returns>voidINotificationManagerServiceGrpc.INotificationManagerServiceStub.sendNotification(INotificationManagerServiceOuterClass.INotificationManagerServiceSendNotificationRequest request, io.grpc.stub.StreamObserver<INotificationManagerServiceOuterClass.INotificationManagerServiceSendNotificationResponse> responseObserver) / <summary> / Sends a notification / </summary> / <param name="notificationNameId">id of the NotificationName to send</param> / <param name="timestamp">Current timestamp</param> / <param name="payload">payload to send</param> / <returns>NotificationId</returns>