| Package | Description | 
|---|---|
| org.wildfly.swarm.config.messaging.activemq | |
| org.wildfly.swarm.config.messaging.activemq.server | 
| Modifier and Type | Method and Description | 
|---|---|
ConnectorService | 
Server.ServerResources.connectorService(String key)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<ConnectorService> | 
Server.ServerResources.connectorServices()
Get the list of ConnectorService resources 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
Server.connectorService(ConnectorService value)
Add the ConnectorService object to the list of subresources 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
Server.connectorServices(List<ConnectorService> value)
Add all ConnectorService objects to this subresource 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ConnectorService<T extends ConnectorService<T>>
A connector service allows to integrate external components with Apache
 ActiveMQ Artemis to send and receive messages. 
 | 
interface  | 
ConnectorServiceConsumer<T extends ConnectorService<T>>  | 
interface  | 
ConnectorServiceSupplier<T extends ConnectorService>  | 
| Modifier and Type | Method and Description | 
|---|---|
ConnectorService | 
ConnectorServiceSupplier.get()
Constructed instance of ConnectorService resource 
 | 
Copyright © 2018 JBoss by Red Hat. All rights reserved.