Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct { C collection.Collector pbgrpc.UnimplementedEventServiceServer }
func (*Handler) Ack ¶
func (h *Handler) Ack(responseChannel chan *pb.SendEventResponse, reqGuid, connGroup string) collection.AckFunc
func (*Handler) SendEvent ¶
func (h *Handler) SendEvent(ctx context.Context, req *pb.SendEventRequest) (*pb.SendEventResponse, error)
type Service ¶
type Service struct { Collector collection.Collector // contains filtered or unexported fields }
func NewGRPCService ¶
func NewGRPCService(c collection.Collector) *Service
Click to show internal directories.
Click to hide internal directories.