Package | Description |
---|---|
org.wildfly.swarm.config.messaging.activemq | |
org.wildfly.swarm.config.messaging.activemq.server |
Modifier and Type | Method and Description |
---|---|
RemoteAcceptor |
Server.ServerResources.remoteAcceptor(String key) |
Modifier and Type | Method and Description |
---|---|
List<RemoteAcceptor> |
Server.ServerResources.remoteAcceptors()
Get the list of RemoteAcceptor resources
|
Modifier and Type | Method and Description |
---|---|
T |
Server.remoteAcceptor(RemoteAcceptor value)
Add the RemoteAcceptor object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Server.remoteAcceptors(List<RemoteAcceptor> value)
Add all RemoteAcceptor objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteAcceptor<T extends RemoteAcceptor<T>>
Defines a way in which remote connections can be made to the ActiveMQ server.
|
interface |
RemoteAcceptorConsumer<T extends RemoteAcceptor<T>> |
interface |
RemoteAcceptorSupplier<T extends RemoteAcceptor> |
Modifier and Type | Method and Description |
---|---|
RemoteAcceptor |
RemoteAcceptorSupplier.get()
Constructed instance of RemoteAcceptor resource
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.