public class TopicProperties extends Object
Topic. Pass a configured TopicProperties instance to
JCSMPFactory.createTopic(TopicProperties).| Constructor and Description |
|---|
TopicProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the name of this Topic.
|
boolean |
isRxAllDeliverToOne()
Deprecated.
|
void |
reset()
Resets all properties to default values.
|
TopicProperties |
setName(String name)
Sets a name for the
Topic. |
TopicProperties |
setRxAllDeliverToOne(boolean rxAllDeliverToOne)
Deprecated.
|
String |
toString() |
public final void reset()
public String getName()
public TopicProperties setName(String name)
Topic. See Topic for more
information about topic names.name - The value for the name.public boolean isRxAllDeliverToOne()
RxAllDeliverToOne flag.public TopicProperties setRxAllDeliverToOne(boolean rxAllDeliverToOne)
rxAllDeliverToOne - The value for the flag.Copyright 2004-2025 Solace Corporation. All rights reserved.