For synchronous processing the generated blocking ...
# spicedb
s
For synchronous processing the generated blocking stub will return an Iterator for the response (https://grpc.io/docs/languages/java/basics/#server-side-streaming-rpc-1). For async, the Client-side streaming RPC example on that page has an example using StreamObserver that can be adapted