|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wildfly.extras.creaper.commands.messaging.AddTopic.Builder
public static final class AddTopic.Builder
| Constructor Summary | |
|---|---|
AddTopic.Builder(String name)
Adds a topic to the default messaging server. |
|
AddTopic.Builder(String name,
String serverName)
Adds a topic to the specified messaging server. |
|
| Method Summary | |
|---|---|
AddTopic |
build()
|
AddTopic.Builder |
jndiEntries(List<String> jndiEntries)
Defines the list of jndi entries to which this topic is bound to. |
AddTopic.Builder |
replaceExisting()
Specify whether to replace the existing topic based on its name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AddTopic.Builder(String name)
name - name of the topic
public AddTopic.Builder(String name,
String serverName)
name - name of the topicserverName - name of the messaging server| Method Detail |
|---|
public AddTopic.Builder jndiEntries(List<String> jndiEntries)
public AddTopic.Builder replaceExisting()
public AddTopic build()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||