public final class Subscribed extends Request<Object,Subscriber>
Modifier and Type | Field and Description |
---|---|
Publisher |
publisher
The publisher to which the target actor has subscribed.
|
Constructor and Description |
---|
Subscribed(Publisher publisher)
Create a Subscribed request.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isTargetType(Actor targetActor)
Returns true when targetActor is an instanceof TARGET_TYPE
|
void |
processRequest(JLPCActor targetActor,
RP rp) |
public final Publisher publisher
public Subscribed(Publisher publisher)
publisher
- The publisher to which the target actor has subscribed.public boolean isTargetType(Actor targetActor)
isTargetType
in class Request<Object,Subscriber>
targetActor
- The actor to be called.public void processRequest(JLPCActor targetActor, RP rp) throws Exception
processRequest
in class Request<Object,Subscriber>
Exception
Copyright © 2012. All Rights Reserved.