| Package | Description |
|---|---|
| org.wildfly.swarm.config.messaging_activemq | |
| org.wildfly.swarm.config.messaging_activemq.server |
| Modifier and Type | Method and Description |
|---|---|
List<InVMConnector> |
Server.ServerResources.inVmConnectors()
Get the list of org.wildfly.swarm.config.messaging_activemq.server.InVMConnector resources
|
| Modifier and Type | Method and Description |
|---|---|
Server |
Server.inVmConnector(InVMConnector value)
Add the org.wildfly.swarm.config.messaging_activemq.server.InVMConnector object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
Server |
Server.inVmConnectors(List<InVMConnector> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.InVMConnector objects to this subresource
|
| Modifier and Type | Class and Description |
|---|---|
class |
InVMConnector<T extends InVMConnector>
Used by an in-VM client to define how it connects to a server.
|
interface |
InVMConnectorConfigurator<T extends InVMConnector> |
| Modifier and Type | Method and Description |
|---|---|
InVMConnector |
InVMConnector.params(Map value)
A key-value pair understood by the connector factory-class and used to configure it.
|
InVMConnector |
InVMConnector.paramsEntry(String key,
Object value)
A key-value pair understood by the connector factory-class and used to configure it.
|
InVMConnector |
InVMConnector.serverId(Integer value)
The server id.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.