Interface TransportConfiguration<T extends org.jgroups.protocols.TP>
- All Superinterfaces:
ProtocolConfiguration<T>
public interface TransportConfiguration<T extends org.jgroups.protocols.TP>
extends ProtocolConfiguration<T>
Defines the configuration of a JGroups transport protocol.
- Author:
- Paul Ferraro
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.as.network.SocketBindingMethods inherited from interface org.wildfly.clustering.jgroups.spi.ProtocolConfiguration
createProtocol, getName, getSocketBindings
-
Method Details
-
getTopology
TransportConfiguration.Topology getTopology() -
getSocketBinding
org.jboss.as.network.SocketBinding getSocketBinding()
-