Package | Description |
---|---|
org.agilewiki.jactor.pubsub.publisher | |
org.agilewiki.jactor.pubsub.subscriber |
Modifier and Type | Class and Description |
---|---|
class |
JAPublisher
Implements Publisher.
|
Modifier and Type | Method and Description |
---|---|
void |
JAPublisher.unsubscribed(Publisher publisher,
RP rp)
This actor's subscription has been dropped.
|
Modifier and Type | Field and Description |
---|---|
Publisher |
Unsubscribed.publisher
The publisher to which the target actor was subscribed.
|
Publisher |
Subscribed.publisher
The publisher to which the target actor has subscribed.
|
Modifier and Type | Method and Description |
---|---|
void |
Subscriber.subscribed(Publisher publisher)
This actor has been granted a subscription.
|
void |
JASubscriber.subscribed(Publisher publisher)
This actor has been granted a subscription.
|
void |
Subscriber.unsubscribed(Publisher publisher,
RP rp)
This actor's subscription has been dropped.
|
void |
JASubscriber.unsubscribed(Publisher publisher,
RP rp)
This actor's subscription has been dropped.
|
Constructor and Description |
---|
Subscribed(Publisher publisher)
Create a Subscribed request.
|
Unsubscribed(Publisher publisher)
Create a Unsubscribed request.
|
Copyright © 2012. All Rights Reserved.