public interface FCRemotingListener
| Modifier and Type | Method and Description |
|---|---|
void |
droppedFromTopic(int topicId,
String topicName)
signaled if this service could not keep up with send rate and requested
retransmission of a packet which is already removed from the senders history.
|
void |
senderBootstrapped(int topic,
String topicName,
String newSender,
long seqNo)
called if a new sender joined this topic
|
void |
senderDied(int topicId,
String topicName,
String sender)
called if no heartbeats on topic are received from a sender.
|
void droppedFromTopic(int topicId,
String topicName)
void senderDied(int topicId,
String topicName,
String sender)
sender - Copyright © 2014. All rights reserved.