class

MinknowApi::Notifications::NotificationsService::Client

Inherits Reference < Object

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

Constructors

new(channel : GRPC::Channel)
Source

Instance methods

create_notification(request : CreateNotificationRequest, ctx : GRPC::ClientContext = GRPC::ClientContext.new) : CreateNotificationResponse
Source
create_notification_response(request : CreateNotificationRequest, ctx : GRPC::ClientContext = GRPC::ClientContext.new) : GRPC::UnaryResponse(CreateNotificationResponse)
Source
mark_notifications_as_read(request : MarkNotificationsAsReadRequest, ctx : GRPC::ClientContext = GRPC::ClientContext.new) : MarkNotificationsAsReadResponse
Source
mark_notifications_as_read_response(request : MarkNotificationsAsReadRequest, ctx : GRPC::ClientContext = GRPC::ClientContext.new) : GRPC::UnaryResponse(MarkNotificationsAsReadResponse)
Source
stream_notifications(request : StreamNotificationsRequest, ctx : GRPC::ClientContext = GRPC::ClientContext.new) : GRPC::ServerStream(StreamNotificationsResponse)
Source