| Package | Description |
|---|---|
| org.wildfly.swarm.config.messaging.subsystem.server | |
| org.wildfly.swarm.config.messaging.subsystem.server.acceptor |
| Modifier and Type | Method and Description |
|---|---|
List<Acceptor> |
Server.ServerResources.acceptors()
Get the list of Acceptor resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Server.acceptor(Acceptor value)
Add the Acceptor object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Server.acceptors(List<Acceptor> value)
Add all Acceptor objects to this subresource
|
| Modifier and Type | Class and Description |
|---|---|
class |
Acceptor<T extends Acceptor>
An acceptor defines a way in which connections can be made to the ActiveMQ server.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.