Package com.intergral.deep.agent.push
Class PushService
- java.lang.Object
-
- com.intergral.deep.agent.push.PushService
-
public class PushService extends Object
This service deals with pushing the collected data to the remote services.
-
-
Constructor Summary
Constructors Constructor Description PushService(GrpcService grpcService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
pushSnapshot(EventSnapshot snapshot)
Decorate and push the provided snapshot.
-
-
-
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
-
-