public interface ReplyDeliverer
ReplySubscribers rely on
while talking to their client.| Modifier and Type | Method and Description |
|---|---|
void |
announceInterest(ReplyEvent re)
The method a reply subscriber calls to announce that it is interested
to be forwarded reply events matching re.
|
void |
registerReplySubscriber(ReplySubscriber rs)
Registers the reply subscriber.
|
void registerReplySubscriber(ReplySubscriber rs)
void announceInterest(ReplyEvent re)