aliases, dependsOn, jndi, postConstruct, preDestroy
className, classpath, classpathAPI, constructor, factoryName, id, jar, properties, provider, type
Constructor and Description |
---|
ActiveMQResourceAdapterBuilder() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBrokerXmlConfig() |
java.lang.String |
getDataSource() |
java.util.Properties |
getProperties()
Gets the value of the properties property.
|
java.net.URI |
getServerUrl() |
Duration |
getStartupTimeout() |
ActiveMQResourceAdapterBuilder |
id(java.lang.String id) |
void |
setBrokerXmlConfig(java.lang.String brokerXmlConfig) |
void |
setDataSource(java.lang.String dataSource) |
void |
setServerUrl(java.net.URI serverUrl) |
void |
setStartupTimeout(Duration startupTimeout) |
void |
setStartupTimeout(long time,
java.util.concurrent.TimeUnit unit) |
ActiveMQResourceAdapterBuilder |
withBrokerXmlConfig(java.lang.String brokerXmlConfig) |
ActiveMQResourceAdapterBuilder |
withDataSource(java.lang.String dataSource) |
ActiveMQResourceAdapterBuilder |
withServerUrl(java.net.URI serverUrl) |
ActiveMQResourceAdapterBuilder |
withStartupTimeout(Duration startupTimeout) |
ActiveMQResourceAdapterBuilder |
withStartupTimeout(long time,
java.util.concurrent.TimeUnit unit) |
equals, getAliases, getDependsOn, getJndi, getPostConstruct, getPreDestroy, hashCode, setJndi, setPostConstruct, setPreDestroy
getClassName, getClasspath, getClasspathAPI, getConstructor, getFactoryName, getId, getJar, getPropertiesProvider, getProvider, getTemplate, getType, setClassName, setClasspath, setClasspathAPI, setConstructor, setFactoryName, setId, setJar, setPropertiesProvider, setProvider, setTemplate, setType
public ActiveMQResourceAdapterBuilder id(java.lang.String id)
public ActiveMQResourceAdapterBuilder withBrokerXmlConfig(java.lang.String brokerXmlConfig)
public void setBrokerXmlConfig(java.lang.String brokerXmlConfig)
public java.lang.String getBrokerXmlConfig()
public ActiveMQResourceAdapterBuilder withServerUrl(java.net.URI serverUrl)
public void setServerUrl(java.net.URI serverUrl)
public java.net.URI getServerUrl()
public ActiveMQResourceAdapterBuilder withDataSource(java.lang.String dataSource)
public void setDataSource(java.lang.String dataSource)
public java.lang.String getDataSource()
public ActiveMQResourceAdapterBuilder withStartupTimeout(Duration startupTimeout)
public void setStartupTimeout(Duration startupTimeout)
public Duration getStartupTimeout()
public ActiveMQResourceAdapterBuilder withStartupTimeout(long time, java.util.concurrent.TimeUnit unit)
public void setStartupTimeout(long time, java.util.concurrent.TimeUnit unit)
public java.util.Properties getProperties()
AbstractService
set
method for the properties property.
For example, to add a new value, do as follows:
getProperties().setProperty(key, value);
getProperties
in interface Service
getProperties
in class AbstractService