Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReverseUnaryMessage ¶
type ReverseUnaryRPCs ¶
type ReverseUnaryRPCs interface { Send(client string, req ReverseUnaryMessage) error WatchResponse(client string, reqID string, resp chan ReverseUnaryMessage) error DeleteWatch(client string, reqID string) ClientConnected(client string, stream grpc.ServerStream) ClientDisconnected(client string) ResponseReceived(client string, resp ReverseUnaryMessage) error }
ReverseUnaryRPCs helps to implement reverse unary rpcs where server sends requests to a client and receives responses from the client.
func NewReverseUnaryRPCs ¶
func NewReverseUnaryRPCs() ReverseUnaryRPCs
Click to show internal directories.
Click to hide internal directories.