JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
D
F
G
H
I
O
S
W
A
AbstractPublisherManager
<
P
,
T
extends
AbstractPublisherManager
<
P
,
T
>> - Class in
org.symphonyoss.s2.fugue.pubsub
AbstractPublisherManager(Class<T>)
- Constructor for class org.symphonyoss.s2.fugue.pubsub.
AbstractPublisherManager
AbstractSubscriberManager
<
P
,
T
extends
ISubscriberManager
<
P
,
T
>> - Class in
org.symphonyoss.s2.fugue.pubsub
Base class for subscriber managers.
AbstractSubscriberManager(Class<T>, ITraceContextFactory, IThreadSafeConsumer<P>)
- Constructor for class org.symphonyoss.s2.fugue.pubsub.
AbstractSubscriberManager
C
close()
- Method in class org.symphonyoss.s2.fugue.pubsub.file.
FilePerTopicPublisher
consume(String, ITraceContext)
- Method in class org.symphonyoss.s2.fugue.pubsub.file.
FilePerTopicPublisher
createSubscriptions(boolean)
- Method in interface org.symphonyoss.s2.fugue.pubsub.
ISubscriberAdmin
Create all configured subscriptions.
createTopics(boolean)
- Method in interface org.symphonyoss.s2.fugue.pubsub.
IPublisherAdmin
Create topics for all registered publishers.
D
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
FilePerTopicPublisher
- Class in
org.symphonyoss.s2.fugue.pubsub.file
FilePerTopicPublisher(File)
- Constructor for class org.symphonyoss.s2.fugue.pubsub.file.
FilePerTopicPublisher
FilePerTopicPublisherManager
- Class in
org.symphonyoss.s2.fugue.pubsub.file
FilePerTopicPublisherManager(File, INameFactory)
- Constructor for class org.symphonyoss.s2.fugue.pubsub.file.
FilePerTopicPublisherManager
flush()
- Method in class org.symphonyoss.s2.fugue.pubsub.file.
FilePerTopicPublisher
flush()
- Method in class org.symphonyoss.s2.fugue.pubsub.file.
FilePerTopicPublisherManager
G
getConsumer()
- Method in class org.symphonyoss.s2.fugue.pubsub.
Subscription
getMaximumMessageSize()
- Method in class org.symphonyoss.s2.fugue.pubsub.file.
FilePerTopicPublisher
getMaximumMessageSize()
- Method in class org.symphonyoss.s2.fugue.pubsub.file.
FilePerTopicPublisherManager
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.
getPublisherByName(String)
- Method in class org.symphonyoss.s2.fugue.pubsub.file.
FilePerTopicPublisherManager
getPublisherByName(String)
- Method in interface org.symphonyoss.s2.fugue.pubsub.
IPublisherManager
Get the IPublisher for the given named topic.
getSubscribers()
- Method in class org.symphonyoss.s2.fugue.pubsub.
AbstractSubscriberManager
getSubscriptionName()
- Method in class org.symphonyoss.s2.fugue.pubsub.
Subscription
getTopicNames()
- Method in class org.symphonyoss.s2.fugue.pubsub.
Subscription
getTraceFactory()
- Method in class org.symphonyoss.s2.fugue.pubsub.
AbstractSubscriberManager
getTracePublisher()
- Method in class org.symphonyoss.s2.fugue.pubsub.
AbstractPublisherManager
getTracePublisher()
- Method in interface org.symphonyoss.s2.fugue.pubsub.
IPublisherManager
Return the publisher for trace events.
H
handleMessage(IThreadSafeRetryableConsumer<P>, P, ITraceContext)
- 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
<
P
,
T
extends
ISubscriberManager
<
P
,
T
>> - Interface in
org.symphonyoss.s2.fugue.pubsub
A subscriber manager of payload type P.
ISubscriberManager
<
P
,
T
extends
ISubscriberManager
<
P
,
T
>> - Interface in
org.symphonyoss.s2.fugue.pubsub
A subscriber manager of payload type P.
O
org.symphonyoss.s2.fugue.pubsub
- package org.symphonyoss.s2.fugue.pubsub
org.symphonyoss.s2.fugue.pubsub.file
- package org.symphonyoss.s2.fugue.pubsub.file
S
start()
- Method in class org.symphonyoss.s2.fugue.pubsub.
AbstractSubscriberManager
start()
- Method in class org.symphonyoss.s2.fugue.pubsub.file.
FilePerTopicPublisherManager
startByName(String)
- Method in class org.symphonyoss.s2.fugue.pubsub.file.
FilePerTopicPublisher
startSubscription(Subscription<P>)
- Method in class org.symphonyoss.s2.fugue.pubsub.
AbstractSubscriberManager
stop()
- Method in class org.symphonyoss.s2.fugue.pubsub.
AbstractSubscriberManager
stop()
- Method in class org.symphonyoss.s2.fugue.pubsub.file.
FilePerTopicPublisherManager
stopSubscriptions()
- Method in class org.symphonyoss.s2.fugue.pubsub.
AbstractSubscriberManager
Stop all subscribers.
Subscription
<
P
> - Class in
org.symphonyoss.s2.fugue.pubsub
Subscription(List<String>, String, IThreadSafeRetryableConsumer<P>)
- Constructor for class org.symphonyoss.s2.fugue.pubsub.
Subscription
Subscription(String, String, IThreadSafeRetryableConsumer<P>)
- Constructor for class org.symphonyoss.s2.fugue.pubsub.
Subscription
W
withSubscription(String, String, IThreadSafeRetryableConsumer<P>)
- Method in class org.symphonyoss.s2.fugue.pubsub.
AbstractSubscriberManager
withSubscription(String, String, IThreadSafeRetryableConsumer<P>)
- Method in interface org.symphonyoss.s2.fugue.pubsub.
ISubscriberManager
Add the given subscription.
withSubscriptionsByConfig(List<String>, String, IThreadSafeRetryableConsumer<P>)
- Method in class org.symphonyoss.s2.fugue.pubsub.
AbstractSubscriberManager
withSubscriptionsByConfig(List<String>, String, IThreadSafeRetryableConsumer<P>)
- Method in interface org.symphonyoss.s2.fugue.pubsub.
ISubscriberManager
Subscribe to the given subscription on the given topic.
A
C
D
F
G
H
I
O
S
W
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2018
Symphony Software Foundation
. All rights reserved.