Package | Description |
---|---|
org.wildfly.swarm.config.jgroups | |
org.wildfly.swarm.config.jgroups.stack |
Modifier and Type | Method and Description |
---|---|
Transport |
Stack.StackResources.transport(String key) |
Modifier and Type | Method and Description |
---|---|
List<Transport> |
Stack.StackResources.transports()
Get the list of Transport resources
|
Modifier and Type | Method and Description |
---|---|
T |
Stack.transport(Transport value)
Add the Transport object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Stack.transports(List<Transport> value)
Add all Transport objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
Transport<T extends Transport<T>>
The configuration of a transport for a protocol stack.
|
interface |
TransportConsumer<T extends Transport<T>> |
interface |
TransportSupplier<T extends Transport> |
Modifier and Type | Method and Description |
---|---|
Transport |
TransportSupplier.get()
Constructed instance of Transport resource
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.