| Package | Description |
|---|---|
| org.wildfly.swarm.config.messaging_activemq | |
| org.wildfly.swarm.config.messaging_activemq.server |
| Modifier and Type | Method and Description |
|---|---|
List<Acceptor> |
Server.ServerResources.acceptors()
Get the list of org.wildfly.swarm.config.messaging_activemq.server.Acceptor resources
|
| Modifier and Type | Method and Description |
|---|---|
Server |
Server.acceptor(Acceptor value)
Add the org.wildfly.swarm.config.messaging_activemq.server.Acceptor object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
Server |
Server.acceptors(List<Acceptor> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.Acceptor objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
Acceptor |
Acceptor.factoryClass(String value)
Class name of the factory class that can instantiate the acceptor.
|
Acceptor |
Acceptor.params(Map value)
A key-value pair understood by the acceptor factory-class and used to configure it.
|
Acceptor |
Acceptor.socketBinding(String value)
The socket binding that the acceptor will use to accept connections.
|
Acceptor |
Acceptor.started(Boolean value)
Whether this acceptor is started.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.