Class GoogleSubscriber
- java.lang.Object
-
- org.symphonyoss.s2.fugue.pubsub.AbstractPullSubscriber
-
- org.symphonyoss.s2.fugue.google.pubsub.GoogleSubscriber
-
- All Implemented Interfaces:
Runnable
public class GoogleSubscriber extends org.symphonyoss.s2.fugue.pubsub.AbstractPullSubscriberA subscriber to a single topic.- Author:
- Bruce Skingle
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.symphonyoss.s2.fugue.pubsub.IPullSubscriberContextgetContext()protected org.symphonyoss.s2.fugue.google.pubsub.GoogleSubscriber.NonIdleSubscribergetNonIdleSubscriber()
-
-
-
Method Detail
-
getNonIdleSubscriber
protected org.symphonyoss.s2.fugue.google.pubsub.GoogleSubscriber.NonIdleSubscriber getNonIdleSubscriber()
- Specified by:
getNonIdleSubscriberin classorg.symphonyoss.s2.fugue.pubsub.AbstractPullSubscriber
-
getContext
protected org.symphonyoss.s2.fugue.pubsub.IPullSubscriberContext getContext() throws IOException- Specified by:
getContextin classorg.symphonyoss.s2.fugue.pubsub.AbstractPullSubscriber- Throws:
IOException
-
-