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