Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.messaging.activemq |
Modifier and Type | Method and Description |
---|---|
InVMConnector |
MessagingActiveMQ.MessagingActiveMQResources.inVmConnector(String key) |
Modifier and Type | Method and Description |
---|---|
List<InVMConnector> |
MessagingActiveMQ.MessagingActiveMQResources.inVmConnectors()
Get the list of InVMConnector resources
|
Modifier and Type | Method and Description |
---|---|
T |
MessagingActiveMQ.inVmConnector(InVMConnector value)
Add the InVMConnector object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
MessagingActiveMQ.inVmConnectors(List<InVMConnector> value)
Add all InVMConnector objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
InVMConnector<T extends InVMConnector<T>>
Used by an in-VM client to define how it connects to a server.
|
interface |
InVMConnectorConsumer<T extends InVMConnector<T>> |
interface |
InVMConnectorSupplier<T extends InVMConnector> |
Modifier and Type | Method and Description |
---|---|
InVMConnector |
InVMConnectorSupplier.get()
Constructed instance of InVMConnector resource
|
InVMConnector |
Server.ServerResources.inVmConnector(String key) |
Modifier and Type | Method and Description |
---|---|
List<InVMConnector> |
Server.ServerResources.inVmConnectors()
Get the list of InVMConnector resources
|
Modifier and Type | Method and Description |
---|---|
T |
Server.inVmConnector(InVMConnector value)
Add the InVMConnector object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Server.inVmConnectors(List<InVMConnector> value)
Add all InVMConnector objects to this subresource
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.