mirror of https://github.com/grpc/grpc-java.git
Define threading expectation for Stream
------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=72590025
This commit is contained in:
parent
621706aa03
commit
c7d33bf3c8
|
|
@ -6,6 +6,8 @@ import javax.annotation.Nullable;
|
|||
|
||||
/**
|
||||
* A single stream of communication between two end-points within a transport.
|
||||
*
|
||||
* <p>An implementation doesn't need to be thread-safe.
|
||||
*/
|
||||
public interface Stream {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue