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 |
---|---|
java.util.Set<InstanceDescription> |
getDisabledInstances()
Provides a list of the instances disabled for processing the topic of this topic holder.
|
java.util.Set<InstanceDescription> |
getEnabledInstances()
Provides a list of the instances enabled for processing the topic of this topic holder.
|
java.lang.String |
getTopic()
Gets the topic of this topic holder.
|
java.util.Set<InstanceDescription> getEnabledInstances()
java.util.Set<InstanceDescription> getDisabledInstances()
java.lang.String getTopic()
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"