I am an avatar in a FeedServer for components that log in and request
to eat from or feed to one of my components.
|
|
|
perspective_sendFeed(self,
fullFeedId)
Called when the PB client wants us to send them the given feed. |
source code
|
|
|
|
|
perspective_receiveFeed(self,
fullFeedId)
Called when the PB client wants to send the given feedId to the given
component |
source code
|
|
|
|
Inherited from twisted.pb.Avatar :
disconnect ,
mindCallRemote ,
mindCallRemoteLogging ,
perspectiveMessageReceived ,
perspectiveMessageReceivedUnserialised ,
setMind
Inherited from twisted.spread.pb.Avatar :
__providedBy__ ,
__provides__
Inherited from extern.log.log.Loggable :
debug ,
doLog ,
error ,
info ,
log ,
logFunction ,
logObjectName ,
warning ,
warningFailure ,
writeMarker
|