Package | Description |
---|---|
org.wildfly.swarm.config.messaging.activemq | |
org.wildfly.swarm.config.messaging.activemq.server |
Modifier and Type | Method and Description |
---|---|
Acceptor |
Server.ServerResources.acceptor(String key) |
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<T>>
An acceptor defines a way in which connections can be made to the ActiveMQ
server.
|
interface |
AcceptorConsumer<T extends Acceptor<T>> |
interface |
AcceptorSupplier<T extends Acceptor> |
Modifier and Type | Method and Description |
---|---|
Acceptor |
AcceptorSupplier.get()
Constructed instance of Acceptor resource
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.