public interface TopicInstancesHolder
TopicInstancesHolder stores information about the enablement of instances for a certain processing topic.
Clients outside offloading must not use this interface.| Modifier and Type | Method and Description |
|---|---|
Set<InstanceDescription> |
getDisabledInstances()
Provides a list of the instances disabled for processing the topic of this topic holder.
|
Set<InstanceDescription> |
getEnabledInstances()
Provides a list of the instances enabled for processing the topic of this topic holder.
|
String |
getTopic()
Gets the topic of this topic holder.
|
Set<InstanceDescription> getEnabledInstances()
Set<InstanceDescription> getDisabledInstances()
String getTopic()
"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"