Skip navigation links
A C D F G H I M N O S T W 

A

AbstractPublisherManager<P,T extends AbstractPublisherManager<P,T>> - Class in org.symphonyoss.s2.fugue.pubsub
 
AbstractPublisherManager(INameFactory, Class<T>) - Constructor for class org.symphonyoss.s2.fugue.pubsub.AbstractPublisherManager
 
AbstractSubscriberAdmin<P,T extends ISubscriberAdmin & org.symphonyoss.s2.common.fluent.IFluent<T>> - Class in org.symphonyoss.s2.fugue.pubsub
Base class for subscriber managers.
AbstractSubscriberAdmin(INameFactory, Class<T>) - Constructor for class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberAdmin
 
AbstractSubscriberBase<P,T extends org.symphonyoss.s2.common.fluent.IFluent<T>> - Class in org.symphonyoss.s2.fugue.pubsub
Base class for subscriber managers and admin controllers.
AbstractSubscriberBase(INameFactory, Class<T>) - Constructor for class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberBase
 
AbstractSubscriberManager<P,T extends ISubscriberManager<P,T>> - Class in org.symphonyoss.s2.fugue.pubsub
Base class for subscriber managers.
AbstractSubscriberManager(INameFactory, Class<T>, ITraceContextFactory, IThreadSafeErrorConsumer<P>) - Constructor for class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberManager
 

C

createObsoleteTopicName(INameFactory) - Method in class org.symphonyoss.s2.fugue.pubsub.Topic
Create a TopicName for this topic using the given NameFactory.
createObsoleteTopicNames(INameFactory) - Method in class org.symphonyoss.s2.fugue.pubsub.Subscription
Deprecated.
createSubcription(TopicName, SubscriptionName, boolean) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberAdmin
 
createSubscriptions(boolean) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberAdmin
 
createSubscriptions(boolean) - Method in interface org.symphonyoss.s2.fugue.pubsub.ISubscriberAdmin
Create all configured subscriptions.
createTopicName(INameFactory) - Method in class org.symphonyoss.s2.fugue.pubsub.Topic
Create a TopicName for this topic using the given NameFactory.
createTopicNames(INameFactory) - Method in class org.symphonyoss.s2.fugue.pubsub.Subscription
Create a Collection of TopicNames for all topics for this subscription, using the given NameFactory.
createTopics(boolean) - Method in interface org.symphonyoss.s2.fugue.pubsub.IPublisherAdmin
Create topics for all registered publishers.

D

deleteObsoleteTopic(String) - Method in interface org.symphonyoss.s2.fugue.pubsub.IPublisherAdmin
 
deleteSubcription(TopicName, SubscriptionName, boolean) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberAdmin
 
deleteSubscriptions(boolean) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberAdmin
 
deleteSubscriptions(boolean) - Method in interface org.symphonyoss.s2.fugue.pubsub.ISubscriberAdmin
Delete all configured subscriptions.
deleteTopics(boolean) - Method in interface org.symphonyoss.s2.fugue.pubsub.IPublisherAdmin
Delete topics for all registered publishers.

F

FAILED_CONSUMER_RETRY_TIME - Static variable in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberManager
 
FAILED_DEAD_LETTER_RETRY_TIME - Static variable in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberManager
 

G

getConsumer() - Method in class org.symphonyoss.s2.fugue.pubsub.SubscriptionImpl
 
getId() - Method in class org.symphonyoss.s2.fugue.pubsub.Subscription
 
getId() - Method in class org.symphonyoss.s2.fugue.pubsub.Topic
 
getMaximumMessageSize() - Method in interface org.symphonyoss.s2.fugue.pubsub.IPublisher
 
getMaximumMessageSize() - Method in interface org.symphonyoss.s2.fugue.pubsub.IPublisherManager
Return the maximum allowed size of a message in bytes.
getObsoleteId() - Method in class org.symphonyoss.s2.fugue.pubsub.Subscription
 
getObsoleteId() - Method in class org.symphonyoss.s2.fugue.pubsub.Topic
 
getObsoleteSubscriptionId() - Method in class org.symphonyoss.s2.fugue.pubsub.SubscriptionImpl
Deprecated.
getObsoleteTopicNames() - Method in class org.symphonyoss.s2.fugue.pubsub.SubscriptionImpl
Deprecated.
getPublisherByName(String) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractPublisherManager
 
getPublisherByName(String, String) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractPublisherManager
 
getPublisherByName(TopicName) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractPublisherManager
 
getPublisherByName(String) - Method in interface org.symphonyoss.s2.fugue.pubsub.IPublisherManager
Get the IPublisher for the given named topic.
getPublisherByName(String, String) - Method in interface org.symphonyoss.s2.fugue.pubsub.IPublisherManager
Get the IPublisher for the given named topic.
getServiceId() - Method in class org.symphonyoss.s2.fugue.pubsub.Topic
 
getSubscribers() - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberBase
 
getSubscriptionId() - Method in class org.symphonyoss.s2.fugue.pubsub.SubscriptionImpl
 
getTopicNames() - Method in class org.symphonyoss.s2.fugue.pubsub.SubscriptionImpl
 
getTraceFactory() - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberManager
 

H

handleMessage(IThreadSafeRetryableConsumer<P>, P, ITraceContext, String) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberManager
Handle the given message.

I

IPublisher<P> - Interface in org.symphonyoss.s2.fugue.pubsub
 
IPublisherAdmin<P> - Interface in org.symphonyoss.s2.fugue.pubsub
The admin variation of an IPublisherManager which can be used to bootstrap an environment.
IPublisherManager<P> - Interface in org.symphonyoss.s2.fugue.pubsub
A pub/sub publisher manager.
ISubscriberAdmin - Interface in org.symphonyoss.s2.fugue.pubsub
A subscriber admin controller.
ISubscriberManager<P,T extends ISubscriberManager<P,T>> - Interface in org.symphonyoss.s2.fugue.pubsub
A subscriber manager of payload type P.

M

MESSAGE_PROCESSED_OK - Static variable in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberManager
 

N

nameFactory_ - Variable in class org.symphonyoss.s2.fugue.pubsub.AbstractPublisherManager
 
nameFactory_ - Variable in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberBase
 

O

org.symphonyoss.s2.fugue.pubsub - package org.symphonyoss.s2.fugue.pubsub
 

S

start() - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberAdmin
 
start() - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberManager
 
startSubscription(SubscriptionImpl<P>) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberManager
 
stop() - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberAdmin
 
stop() - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberManager
 
stopSubscriptions() - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberManager
Stop all subscribers.
subscribers_ - Variable in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberBase
 
Subscription - Class in org.symphonyoss.s2.fugue.pubsub
A subscription as represented in the Fugue API.
Subscription() - Constructor for class org.symphonyoss.s2.fugue.pubsub.Subscription
 
SubscriptionImpl<P> - Class in org.symphonyoss.s2.fugue.pubsub
A subscription.
SubscriptionImpl(Collection<TopicName>, String, IThreadSafeRetryableConsumer<P>) - Constructor for class org.symphonyoss.s2.fugue.pubsub.SubscriptionImpl
Constructor.
SubscriptionImpl(Collection<TopicName>, Collection<TopicName>, String, String, IThreadSafeRetryableConsumer<P>) - Constructor for class org.symphonyoss.s2.fugue.pubsub.SubscriptionImpl
Deprecated.

T

Topic - Class in org.symphonyoss.s2.fugue.pubsub
A topic as represented in the Fugue API.
Topic(String) - Constructor for class org.symphonyoss.s2.fugue.pubsub.Topic
Constructor.

W

withId(String) - Method in class org.symphonyoss.s2.fugue.pubsub.Subscription
Set the optional subscriptionId.
withObsoleteId(String) - Method in class org.symphonyoss.s2.fugue.pubsub.Subscription
Set the obsolete ID for this subscription.
withObsoleteId(String) - Method in class org.symphonyoss.s2.fugue.pubsub.Topic
Set the obsolete ID for this topic.
withServiceId(String) - Method in class org.symphonyoss.s2.fugue.pubsub.Topic
Set the service ID for the owner of this topic.
withSubscription(Subscription) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberAdmin
 
withSubscription(String, String, String...) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberAdmin
 
withSubscription(String, Collection<TopicName>) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberAdmin
 
withSubscription(String, String[]) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberAdmin
 
withSubscription(IThreadSafeRetryableConsumer<P>, Subscription) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberBase
 
withSubscription(IThreadSafeRetryableConsumer<P>, String, String, String...) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberBase
Deprecated.
withSubscription(IThreadSafeRetryableConsumer<P>, String, Collection<TopicName>) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberBase
 
withSubscription(IThreadSafeRetryableConsumer<P>, String, String[]) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberBase
 
withSubscription(IThreadSafeRetryableConsumer<P>, Subscription) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberManager
 
withSubscription(IThreadSafeRetryableConsumer<P>, String, String, String...) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberManager
 
withSubscription(IThreadSafeRetryableConsumer<P>, String, Collection<TopicName>) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberManager
 
withSubscription(IThreadSafeRetryableConsumer<P>, String, String[]) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberManager
 
withSubscription(Subscription) - Method in interface org.symphonyoss.s2.fugue.pubsub.ISubscriberAdmin
 
withSubscription(String, String, String...) - Method in interface org.symphonyoss.s2.fugue.pubsub.ISubscriberAdmin
Subscribe to the given subscription on the given topics.
withSubscription(String, Collection<TopicName>) - Method in interface org.symphonyoss.s2.fugue.pubsub.ISubscriberAdmin
Subscribe to the given subscription on the given topics.
withSubscription(String, String[]) - Method in interface org.symphonyoss.s2.fugue.pubsub.ISubscriberAdmin
Subscribe to the given subscription on the given topics.
withSubscription(IThreadSafeRetryableConsumer<P>, Subscription) - Method in interface org.symphonyoss.s2.fugue.pubsub.ISubscriberManager
 
withSubscription(IThreadSafeRetryableConsumer<P>, String, String, String...) - Method in interface org.symphonyoss.s2.fugue.pubsub.ISubscriberManager
Subscribe to the given subscription on the given topics.
withSubscription(IThreadSafeRetryableConsumer<P>, String, Collection<TopicName>) - Method in interface org.symphonyoss.s2.fugue.pubsub.ISubscriberManager
Subscribe to the given subscription on the given topics.
withSubscription(IThreadSafeRetryableConsumer<P>, String, String[]) - Method in interface org.symphonyoss.s2.fugue.pubsub.ISubscriberManager
Subscribe to the given subscription on the given topics.
withTopic(Topic) - Method in class org.symphonyoss.s2.fugue.pubsub.Subscription
Add the given Topic to the subscription.
withTopic(String) - Method in class org.symphonyoss.s2.fugue.pubsub.Subscription
Add the given locally owned Topic to the subscription.
A C D F G H I M N O S T W 
Skip navigation links

Copyright © 2018 Symphony Software Foundation. All rights reserved.