Interface ProtocolConfiguration<P extends org.jgroups.stack.Protocol>
-
- All Known Subinterfaces:
RelayConfiguration,TransportConfiguration<T>
public interface ProtocolConfiguration<P extends org.jgroups.stack.Protocol>Defines the configuration of a JGroups protocol.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description PcreateProtocol(ProtocolStackConfiguration stackConfiguration)StringgetName()default Map<String,org.jboss.as.network.SocketBinding>getSocketBindings()
-
-
-
Method Detail
-
getName
String getName()
-
createProtocol
P createProtocol(ProtocolStackConfiguration stackConfiguration)
-
-