MinknowApi::Notifications::NotificationsService::Client
Client is the generated type-safe client stub. Create one per GRPC::Channel and reuse across calls.
Constructors
new(channel : GRPC::Channel)
SourceInstance methods
create_notification(request : CreateNotificationRequest, ctx : GRPC::ClientContext = GRPC::ClientContext.new) : CreateNotificationResponse
Sourcecreate_notification_response(request : CreateNotificationRequest, ctx : GRPC::ClientContext = GRPC::ClientContext.new) : GRPC::UnaryResponse(CreateNotificationResponse)
Sourcemark_notifications_as_read(request : MarkNotificationsAsReadRequest, ctx : GRPC::ClientContext = GRPC::ClientContext.new) : MarkNotificationsAsReadResponse
Sourcemark_notifications_as_read_response(request : MarkNotificationsAsReadRequest, ctx : GRPC::ClientContext = GRPC::ClientContext.new) : GRPC::UnaryResponse(MarkNotificationsAsReadResponse)
Sourcestream_notifications(request : StreamNotificationsRequest, ctx : GRPC::ClientContext = GRPC::ClientContext.new) : GRPC::ServerStream(StreamNotificationsResponse)
Source