Class PushService


  • public class PushService
    extends Object
    This service deals with pushing the collected data to the remote services.
    • Constructor Detail

      • PushService

        public PushService​(GrpcService grpcService)
    • Method Detail

      • pushSnapshot

        public void pushSnapshot​(EventSnapshot snapshot)
        Decorate and push the provided snapshot.
        Parameters:
        snapshot - the snapshot to push