className, classpath, constructor, factoryName, id, jar, properties, provider, type| Constructor and Description |
|---|
TopicBuilder() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDestination() |
Properties |
getProperties()
Gets the value of the properties property.
|
TopicBuilder |
id(String id) |
void |
setDestination(String destination) |
TopicBuilder |
withDestination(String destination) |
equals, getAliases, getJndi, hashCode, setJndigetClassName, getClasspath, getConstructor, getFactoryName, getId, getJar, getProvider, getType, setClassName, setClasspath, setConstructor, setFactoryName, setId, setJar, setProvider, setTypepublic TopicBuilder id(String id)
public TopicBuilder withDestination(String destination)
public void setDestination(String destination)
public String getDestination()
public Properties getProperties()
AbstractServiceset method for the properties property.
For example, to add a new value, do as follows:
getProperties().setProperty(key, value);
getProperties in interface ServicegetProperties in class AbstractServiceCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.