Interface TransportConfiguration
-
- All Superinterfaces:
ProtocolConfiguration
- All Known Implementing Classes:
TransportConfigurationBuilder
public interface TransportConfiguration extends ProtocolConfiguration
Defines the configuration of a JGroups transport protocol.- Author:
- Paul Ferraro
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceTransportConfiguration.Topology
-
Field Summary
-
Fields inherited from interface org.infinispan.server.jgroups.spi.ProtocolConfiguration
DEFAULT_MODULE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.jboss.as.network.SocketBindinggetDiagnosticsSocketBinding()TransportConfiguration.TopologygetTopology()booleanisShared()-
Methods inherited from interface org.infinispan.server.jgroups.spi.ProtocolConfiguration
getModule, getName, getProperties, getProtocolClassName, getSocketBinding
-
-
-
-
Method Detail
-
isShared
boolean isShared()
-
getDiagnosticsSocketBinding
org.jboss.as.network.SocketBinding getDiagnosticsSocketBinding()
-
getTopology
TransportConfiguration.Topology getTopology()
-
-