class MinknowApi::Notifications::NotificationsService::Client

Overview

Client is the generated type-safe client stub. Create one per GRPC::Channel and reuse across calls.

Defined in:

generated/minknow_api/notifications.grpc.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(channel : GRPC::Channel) #

[View source]

Instance Method Detail

def create_notification(request : CreateNotificationRequest, ctx : GRPC::ClientContext = GRPC::ClientContext.new) : CreateNotificationResponse #

[View source]
def create_notification_response(request : CreateNotificationRequest, ctx : GRPC::ClientContext = GRPC::ClientContext.new) : GRPC::UnaryResponse(CreateNotificationResponse) #

[View source]
def mark_notifications_as_read(request : MarkNotificationsAsReadRequest, ctx : GRPC::ClientContext = GRPC::ClientContext.new) : MarkNotificationsAsReadResponse #

[View source]
def mark_notifications_as_read_response(request : MarkNotificationsAsReadRequest, ctx : GRPC::ClientContext = GRPC::ClientContext.new) : GRPC::UnaryResponse(MarkNotificationsAsReadResponse) #

[View source]
def stream_notifications(request : StreamNotificationsRequest, ctx : GRPC::ClientContext = GRPC::ClientContext.new) : GRPC::ServerStream(StreamNotificationsResponse) #

[View source]