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