public class NackSchedulerJob extends Object
| Constructor and Description |
|---|
NackSchedulerJob(ImmutableLongMap<NackTask> nackTasks) |
| Modifier and Type | Method and Description |
|---|---|
void |
onNack(int channelIdentifier,
int publisherIdentifier,
long firstMissingSequenceNumber,
long lastMissingSequenceNumber) |
void |
onPulse(long nanoTime) |
public NackSchedulerJob(ImmutableLongMap<NackTask> nackTasks)
Copyright © 2018. All rights reserved.