Interface ProtocolStackConfiguration
- All Superinterfaces:
StackConfiguration
Defines the configuration of a JGroups protocol stack.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptiongetRelay()org.jboss.as.network.SocketBindingManagerTransportConfiguration<? extends org.jgroups.protocols.TP>booleanMethods inherited from interface org.wildfly.clustering.jgroups.spi.StackConfiguration
getProtocols
-
Method Details
-
getMemberName
String getMemberName() -
isStatisticsEnabled
boolean isStatisticsEnabled() -
getTransport
TransportConfiguration<? extends org.jgroups.protocols.TP> getTransport() -
getRelay
Optional<RelayConfiguration> getRelay() -
getSocketBindingManager
org.jboss.as.network.SocketBindingManager getSocketBindingManager()
-