Skip to content

Commit

Permalink
ei-513 Add sharing feed data via a stream
Browse files Browse the repository at this point in the history
  • Loading branch information
captnz committed Nov 9, 2023
1 parent a8942e0 commit 20b60ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions proto/iotics/api/feed.proto
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ service FeedAPI {
// Shares a new sample of data for the given feed which any (interest) subscribers can receive.
rpc ShareFeedData(ShareFeedDataRequest) returns (ShareFeedDataResponse) {}

// Shares feed data over a stream, any sharing error will return the error and close the stream
rpc StreamFeedData(stream ShareFeedDataRequest) returns (ShareFeedDataResponse) {}

// Lists all feeds owned by a twin.
rpc ListAllFeeds(ListAllFeedsRequest) returns (ListAllFeedsResponse) {}

Expand Down

0 comments on commit 20b60ea

Please sign in to comment.