Package | Description |
---|---|
org.wildfly.swarm.config.messaging.activemq | |
org.wildfly.swarm.config.messaging.activemq.server |
Modifier and Type | Method and Description |
---|---|
LegacyConnectionFactory |
Server.ServerResources.legacyConnectionFactory(String key) |
Modifier and Type | Method and Description |
---|---|
List<LegacyConnectionFactory> |
Server.ServerResources.legacyConnectionFactories()
Get the list of LegacyConnectionFactory resources
|
Modifier and Type | Method and Description |
---|---|
T |
Server.legacyConnectionFactory(LegacyConnectionFactory value)
Add the LegacyConnectionFactory object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Server.legacyConnectionFactories(List<LegacyConnectionFactory> value)
Add all LegacyConnectionFactory objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
LegacyConnectionFactory<T extends LegacyConnectionFactory<T>>
Defines a connection factory.
|
interface |
LegacyConnectionFactoryConsumer<T extends LegacyConnectionFactory<T>> |
interface |
LegacyConnectionFactorySupplier<T extends LegacyConnectionFactory> |
Modifier and Type | Method and Description |
---|---|
LegacyConnectionFactory |
LegacyConnectionFactorySupplier.get()
Constructed instance of LegacyConnectionFactory resource
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.