# Generated by the protocol buffer compiler. DO NOT EDIT! # Source: event.proto for package 'event' require 'grpc' require 'event_pb' module Event module Forwarder class Service include GRPC::GenericService self.marshal_class_method = :encode self.unmarshal_class_method = :decode self.service_name = 'event.Forwarder' rpc :Forward, Log, Ack end Stub = Service.rpc_stub_class end end