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