@Deprecated
public interface PRDistributedMessageManager
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
Deprecated.
|
static java.lang.String |
VERSION
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
<T extends java.io.Serializable> |
getAllOpenTopics()
Deprecated.
Get all open topics existing in cluster.
|
<T extends java.io.Serializable> |
getTopic(java.lang.String aTopicKey,
java.lang.Class<T> aMessageClass)
Deprecated.
Get a distributed topic for the specified key.
|
static final java.lang.String COPYRIGHT
static final java.lang.String VERSION
<T extends java.io.Serializable> PRDistributedTopic<T> getTopic(java.lang.String aTopicKey, java.lang.Class<T> aMessageClass)
aTopicKey
- The key for the PRDistributedTopicaMessageClass
- The expected object type to be published to this topic<T extends java.io.Serializable> java.util.List<PRDistributedTopic<T>> getAllOpenTopics()
Copyright © 2018 Pegasystems Inc. All Rights Reserved.