Class PushResultImpl

java.lang.Object
com.iizix.server.push.engine.PushResultImpl
All Implemented Interfaces:
PushResult

public final class PushResultImpl extends Object implements PushResult
The result of a send: the plan, the per-outcome tally and the per-target outcomes.

Every matched target is in exactly one bucket; the tally sums to the plan's matched count, which is what makes the result an audit record rather than a success counter.

Author:
Christopher Mindus