Class GoogleSubscriberAdmin
- java.lang.Object
-
- org.symphonyoss.s2.common.fluent.Fluent<T>
-
- org.symphonyoss.s2.fugue.FugueLifecycleComponent<T>
-
- org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberBase<Void,T>
-
- org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberAdmin<GoogleSubscriberAdmin>
-
- org.symphonyoss.s2.fugue.google.pubsub.GoogleSubscriberAdmin
-
- All Implemented Interfaces:
org.symphonyoss.s2.common.fluent.IFluent<GoogleSubscriberAdmin>,org.symphonyoss.s2.fugue.IFugueComponent,org.symphonyoss.s2.fugue.IFugueLifecycleComponent,org.symphonyoss.s2.fugue.pubsub.ISubscriberAdmin<GoogleSubscriberAdmin>
public class GoogleSubscriberAdmin extends org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberAdmin<GoogleSubscriberAdmin>
Admin variant of GooglePublisherManager.- Author:
- Bruce Skingle
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGoogleSubscriberAdmin.BuilderBuilder for GoogleSubscriberAdmin.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidassertConfigurable()protected voidcreateSubcription(org.symphonyoss.s2.fugue.naming.TopicName topicName, org.symphonyoss.s2.fugue.naming.SubscriptionName subscriptionName, boolean dryRun)protected voiddeleteSubcription(org.symphonyoss.s2.fugue.naming.TopicName topicName, org.symphonyoss.s2.fugue.naming.SubscriptionName subscriptionName, boolean dryRun)org.symphonyoss.s2.fugue.FugueLifecycleStategetLifecycleState()protected voidsetLifeCycleState(org.symphonyoss.s2.fugue.FugueLifecycleState arg0)voidstop()-
Methods inherited from class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberAdmin
createSubscriptions, deleteSubscriptions, start
-
Methods inherited from class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberBase
getSubscribers, getTotalSubscriptionCnt
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Method Detail
-
stop
public void stop()
- Specified by:
stopin interfaceorg.symphonyoss.s2.fugue.IFugueComponent- Overrides:
stopin classorg.symphonyoss.s2.fugue.pubsub.AbstractSubscriberAdmin<GoogleSubscriberAdmin>
-
createSubcription
protected void createSubcription(org.symphonyoss.s2.fugue.naming.TopicName topicName, org.symphonyoss.s2.fugue.naming.SubscriptionName subscriptionName, boolean dryRun)- Specified by:
createSubcriptionin classorg.symphonyoss.s2.fugue.pubsub.AbstractSubscriberAdmin<GoogleSubscriberAdmin>
-
deleteSubcription
protected void deleteSubcription(org.symphonyoss.s2.fugue.naming.TopicName topicName, org.symphonyoss.s2.fugue.naming.SubscriptionName subscriptionName, boolean dryRun)- Specified by:
deleteSubcriptionin classorg.symphonyoss.s2.fugue.pubsub.AbstractSubscriberAdmin<GoogleSubscriberAdmin>
-
assertConfigurable
protected void assertConfigurable()
-
setLifeCycleState
protected void setLifeCycleState(org.symphonyoss.s2.fugue.FugueLifecycleState arg0)
-
getLifecycleState
public org.symphonyoss.s2.fugue.FugueLifecycleState getLifecycleState()
-
-