| Package | Description | 
|---|---|
| org.wildfly.swarm.config.jgroups | |
| org.wildfly.swarm.config.jgroups.channel | 
| Modifier and Type | Method and Description | 
|---|---|
Fork | 
Channel.ChannelResources.fork(String key)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Fork> | 
Channel.ChannelResources.forks()
Get the list of Fork resources 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
Channel.fork(Fork value)
Add the Fork object to the list of subresources 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
Channel.forks(List<Fork> value)
Add all Fork objects to this subresource 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Fork<T extends Fork<T>>
A JGroups channel fork 
 | 
interface  | 
ForkConsumer<T extends Fork<T>>  | 
interface  | 
ForkSupplier<T extends Fork>  | 
| Modifier and Type | Method and Description | 
|---|---|
Fork | 
ForkSupplier.get()
Constructed instance of Fork resource 
 | 
Copyright © 2018 JBoss by Red Hat. All rights reserved.