A B C D E F G H I M N O P Q R S T U V W 
All Classes All Packages

A

AbstractPublisherManager<T extends AbstractPublisherManager<T>> - Class in org.symphonyoss.s2.fugue.pubsub
Base class for publisher managers.
AbstractPublisherManager(Class<T>, AbstractPublisherManager.Builder<?, T>) - Constructor for class org.symphonyoss.s2.fugue.pubsub.AbstractPublisherManager
 
AbstractPublisherManager.Builder<T extends AbstractPublisherManager.Builder<T,​B>,​B extends org.symphonyoss.s2.common.fluent.IFluent<B>> - Class in org.symphonyoss.s2.fugue.pubsub
Builder.
AbstractPullSubscriber - Class in org.symphonyoss.s2.fugue.pubsub
 
AbstractPullSubscriber(AbstractPullSubscriberManager<?, ?>, String, ICounter, IBusyCounter, long) - Constructor for class org.symphonyoss.s2.fugue.pubsub.AbstractPullSubscriber
 
AbstractPullSubscriberManager<P,​T extends AbstractPullSubscriberManager<P,​T>> - Class in org.symphonyoss.s2.fugue.pubsub
Base class for synchronous pull type implementations.
AbstractPullSubscriberManager(Class<T>, AbstractPullSubscriberManager.Builder<P, ?, T>) - Constructor for class org.symphonyoss.s2.fugue.pubsub.AbstractPullSubscriberManager
 
AbstractPullSubscriberManager.Builder<P,​T extends AbstractPullSubscriberManager.Builder<P,​T,​B>,​B extends AbstractPullSubscriberManager<P,​B>> - Class in org.symphonyoss.s2.fugue.pubsub
Builder.
AbstractSubscriberAdmin<T extends AbstractSubscriberAdmin<T>> - Class in org.symphonyoss.s2.fugue.pubsub
Base class for subscriber managers.
AbstractSubscriberAdmin(Class<T>, AbstractSubscriberAdmin.Builder<?, T>) - Constructor for class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberAdmin
 
AbstractSubscriberAdmin.Builder<T extends AbstractSubscriberAdmin.Builder<T,​B>,​B extends AbstractSubscriberAdmin<B>> - Class in org.symphonyoss.s2.fugue.pubsub
Builder.
AbstractSubscriberBase<P,​T extends AbstractSubscriberBase<P,​T>> - Class in org.symphonyoss.s2.fugue.pubsub
Base class for subscriber managers and admin controllers.
AbstractSubscriberBase(Class<T>, AbstractSubscriberBase.Builder<P, ?, T>) - Constructor for class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberBase
 
AbstractSubscriberBase.Builder<P,​T extends AbstractSubscriberBase.Builder<P,​T,​B>,​B extends AbstractSubscriberBase<P,​B>> - Class in org.symphonyoss.s2.fugue.pubsub
Builder.
AbstractSubscriberManager<P,​T extends AbstractSubscriberManager<P,​T>> - Class in org.symphonyoss.s2.fugue.pubsub
Base class for subscriber managers.
AbstractSubscriberManager(Class<T>, AbstractSubscriberManager.Builder<P, ?, T>) - Constructor for class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberManager
 
AbstractSubscriberManager.Builder<P,​T extends AbstractSubscriberManager.Builder<P,​T,​B>,​B extends AbstractSubscriberManager<P,​B>> - Class in org.symphonyoss.s2.fugue.pubsub
Builder.

B

blockingPull() - Method in interface org.symphonyoss.s2.fugue.pubsub.IPullSubscriberContext
 
Builder(Class<T>) - Constructor for class org.symphonyoss.s2.fugue.pubsub.AbstractPublisherManager.Builder
 
Builder(Class<T>) - Constructor for class org.symphonyoss.s2.fugue.pubsub.AbstractPullSubscriberManager.Builder
 
Builder(Class<T>) - Constructor for class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberAdmin.Builder
 
Builder(Class<T>) - Constructor for class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberBase.Builder
 
Builder(Class<T>) - Constructor for class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberManager.Builder
 

C

config_ - Variable in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberManager
 
consume(IPubSubMessage) - Method in interface org.symphonyoss.s2.fugue.pubsub.IPublisher
Consume the given item.
counter_ - Variable in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberManager
 
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.

E

extend() - Method in interface org.symphonyoss.s2.fugue.pubsub.IPullSubscriberMessage
 

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
 
FINAL_ATTRIBUTE - Static variable in interface org.symphonyoss.s2.fugue.pubsub.IPubSubMessage
 

G

getAttributes() - Method in interface org.symphonyoss.s2.fugue.pubsub.IPubSubMessage
 
getAttributes() - Method in class org.symphonyoss.s2.fugue.pubsub.PubSubMessage
 
getBusyCounter() - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractPullSubscriberManager
 
getConfigPath() - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractPullSubscriberManager.Builder
 
getConsumer() - Method in class org.symphonyoss.s2.fugue.pubsub.SubscriptionImpl
 
getContext() - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractPullSubscriber
 
getCounter() - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberManager
 
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.
getMessageId() - Method in interface org.symphonyoss.s2.fugue.pubsub.IPullSubscriberMessage
 
getNonIdleSubscriber() - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractPullSubscriber
 
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.
getPayload() - Method in interface org.symphonyoss.s2.fugue.pubsub.IPubSubMessage
 
getPayload() - Method in class org.symphonyoss.s2.fugue.pubsub.PubSubMessage
 
getPublisherByName(String) - 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 class org.symphonyoss.s2.fugue.pubsub.AbstractPublisherManager
 
getPublisherByName(String, String) - Method in interface org.symphonyoss.s2.fugue.pubsub.IPublisherManager
Get the IPublisher for the given named topic.
getPublisherByName(TopicName) - 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
 
getSomeMessages() - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractPullSubscriber
 
getSomeMessages(IPullSubscriberContext) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractPullSubscriber
 
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
 
getTotalSubscriptionCnt() - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberBase
 
getTraceContext() - Method in interface org.symphonyoss.s2.fugue.pubsub.IPubSubMessage
 
getTraceContext() - Method in class org.symphonyoss.s2.fugue.pubsub.PubSubMessage
 
getTraceContextTransactionFactory() - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberManager.Builder
 
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

initSubscription(SubscriptionImpl<P>) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberManager
 
IPublisher - Interface in org.symphonyoss.s2.fugue.pubsub
A pubsub publisher.
IPublisherAdmin - Interface in org.symphonyoss.s2.fugue.pubsub
The admin variation of an IPublisherManager which can be used to bootstrap an environment.
IPublisherManager - Interface in org.symphonyoss.s2.fugue.pubsub
A pub/sub publisher manager.
IPubSubMessage - Interface in org.symphonyoss.s2.fugue.pubsub
A payload sent or received over a pub sub channel.
IPullSubscriberContext - Interface in org.symphonyoss.s2.fugue.pubsub
 
IPullSubscriberManagerBuilder<P,​T extends IPullSubscriberManagerBuilder<P,​T,​B>,​B extends ISubscriberManager<P,​B>> - Interface in org.symphonyoss.s2.fugue.pubsub
A builder for a pull subscriber manager of payload type P.
IPullSubscriberMessage - Interface in org.symphonyoss.s2.fugue.pubsub
A message returned from a pull subscriber.
isRunning() - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractPullSubscriber
 
ISubscriberAdmin<T extends ISubscriberAdmin<T>> - Interface in org.symphonyoss.s2.fugue.pubsub
A subscriber admin controller.
ISubscriberAdminBuilder<T extends ISubscriberAdminBuilder<T,​B>,​B extends ISubscriberAdmin<B>> - Interface in org.symphonyoss.s2.fugue.pubsub
A builder for 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.
ISubscriberManagerBuilder<P,​T extends ISubscriberManagerBuilder<P,​T,​B>,​B extends ISubscriberManager<P,​B>> - Interface in org.symphonyoss.s2.fugue.pubsub
A builder for 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
 
nonBlockingPull() - Method in interface org.symphonyoss.s2.fugue.pubsub.IPullSubscriberContext
 

O

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

P

PAYLOAD_TYPE_ATTRIBUTE - Static variable in interface org.symphonyoss.s2.fugue.pubsub.IPubSubMessage
 
printQueueSize() - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractPullSubscriberManager
 
PubSubMessage - Class in org.symphonyoss.s2.fugue.pubsub
A payload sent or received over a pub sub channel.
PubSubMessage(String, ITraceContext, String) - Constructor for class org.symphonyoss.s2.fugue.pubsub.PubSubMessage
Constructor.
PubSubMessage(String, ITraceContext, String, String) - Constructor for class org.symphonyoss.s2.fugue.pubsub.PubSubMessage
Constructor.
PubSubMessage(String, ITraceContext, Map<String, String>) - Constructor for class org.symphonyoss.s2.fugue.pubsub.PubSubMessage
Constructor.

Q

quiesce() - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberManager
 

R

run() - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractPullSubscriber
 
run(boolean) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractPullSubscriber
 

S

start() - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractPullSubscriberManager
 
start() - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberAdmin
 
start() - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberManager
 
startSubscriptions() - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberManager
 
stop() - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractPullSubscriber
 
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.AbstractPullSubscriberManager
 
stopSubscriptions() - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberManager
Stop all subscribers.
submit(Runnable, boolean) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractPullSubscriberManager
 
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

TENANT_ID_ATTRIBUTE - Static variable in interface org.symphonyoss.s2.fugue.pubsub.IPubSubMessage
 
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.
totalSubscriptionCnt_ - Variable in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberBase
 
traceFactory_ - Variable in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberManager
 

U

unprocessableMessageConsumer_ - Variable in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberManager
 

V

validate(FaultAccumulator) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractPublisherManager.Builder
 
validate(FaultAccumulator) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberBase.Builder
 
validate(FaultAccumulator) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberManager.Builder
 

W

withBusyCounter(IBusyCounter) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractPullSubscriberManager.Builder
 
withBusyCounter(IBusyCounter) - Method in interface org.symphonyoss.s2.fugue.pubsub.IPullSubscriberManagerBuilder
Set the IBusyCounter to use.
withConfig(IConfiguration) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberManager.Builder
 
withConfig(IConfiguration) - Method in interface org.symphonyoss.s2.fugue.pubsub.ISubscriberManagerBuilder
 
withCounter(ICounter) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberManager.Builder
 
withCounter(ICounter) - Method in interface org.symphonyoss.s2.fugue.pubsub.ISubscriberManagerBuilder
 
withId(String) - Method in class org.symphonyoss.s2.fugue.pubsub.Subscription
Set the optional subscriptionId.
withNameFactory(INameFactory) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractPublisherManager.Builder
 
withNameFactory(INameFactory) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberBase.Builder
 
withNameFactory(INameFactory) - Method in interface org.symphonyoss.s2.fugue.pubsub.ISubscriberManagerBuilder
 
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(String, String[]) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberAdmin.Builder
 
withSubscription(String, String[]) - Method in interface org.symphonyoss.s2.fugue.pubsub.ISubscriberAdminBuilder
Subscribe to the given subscription on the given topics.
withSubscription(String, String, String...) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberAdmin.Builder
 
withSubscription(String, String, String...) - Method in interface org.symphonyoss.s2.fugue.pubsub.ISubscriberAdminBuilder
Subscribe to the given subscription on the given topics.
withSubscription(String, Collection<TopicName>) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberAdmin.Builder
 
withSubscription(String, Collection<TopicName>) - Method in interface org.symphonyoss.s2.fugue.pubsub.ISubscriberAdminBuilder
Subscribe to the given subscription on the given topics.
withSubscription(IThreadSafeRetryableConsumer<P>, String, String[]) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberBase.Builder
 
withSubscription(IThreadSafeRetryableConsumer<P>, String, String[]) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberManager.Builder
 
withSubscription(IThreadSafeRetryableConsumer<P>, String, String[]) - Method in interface org.symphonyoss.s2.fugue.pubsub.ISubscriberManagerBuilder
Subscribe to the given subscription on the given topics.
withSubscription(IThreadSafeRetryableConsumer<P>, String, String, String...) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberBase.Builder
Deprecated.
withSubscription(IThreadSafeRetryableConsumer<P>, String, String, String...) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberManager.Builder
 
withSubscription(IThreadSafeRetryableConsumer<P>, String, String, String...) - Method in interface org.symphonyoss.s2.fugue.pubsub.ISubscriberManagerBuilder
Subscribe to the given subscription on the given topics.
withSubscription(IThreadSafeRetryableConsumer<P>, String, Collection<TopicName>) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberBase.Builder
 
withSubscription(IThreadSafeRetryableConsumer<P>, String, Collection<TopicName>) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberManager.Builder
 
withSubscription(IThreadSafeRetryableConsumer<P>, String, Collection<TopicName>) - Method in interface org.symphonyoss.s2.fugue.pubsub.ISubscriberManagerBuilder
Subscribe to the given subscription on the given topics.
withSubscription(IThreadSafeRetryableConsumer<P>, Subscription) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberBase.Builder
 
withSubscription(IThreadSafeRetryableConsumer<P>, Subscription) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberManager.Builder
 
withSubscription(IThreadSafeRetryableConsumer<P>, Subscription) - Method in interface org.symphonyoss.s2.fugue.pubsub.ISubscriberManagerBuilder
 
withSubscription(Subscription) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberAdmin.Builder
 
withSubscription(Subscription) - Method in interface org.symphonyoss.s2.fugue.pubsub.ISubscriberAdminBuilder
 
withTopic(String) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractPublisherManager.Builder
 
withTopic(String) - Method in class org.symphonyoss.s2.fugue.pubsub.Subscription
Add the given locally owned Topic to the subscription.
withTopic(String, String) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractPublisherManager.Builder
 
withTopic(TopicName) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractPublisherManager.Builder
 
withTopic(Topic) - Method in class org.symphonyoss.s2.fugue.pubsub.Subscription
Add the given Topic to the subscription.
withTopics(String...) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractPublisherManager.Builder
 
withTopics(TopicName...) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractPublisherManager.Builder
 
withTraceContextTransactionFactory(ITraceContextTransactionFactory) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberManager.Builder
 
withTraceContextTransactionFactory(ITraceContextTransactionFactory) - Method in interface org.symphonyoss.s2.fugue.pubsub.ISubscriberManagerBuilder
 
withUnprocessableMessageConsumer(IThreadSafeErrorConsumer<P>) - Method in class org.symphonyoss.s2.fugue.pubsub.AbstractSubscriberManager.Builder
 
withUnprocessableMessageConsumer(IThreadSafeErrorConsumer<P>) - Method in interface org.symphonyoss.s2.fugue.pubsub.ISubscriberManagerBuilder
 
A B C D E F G H I M N O P Q R S T U V W 
All Classes All Packages