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
Modifier and TypeMethodDescriptioncreateProtocol(ProtocolStackConfiguration stackConfiguration) getName()
-
Method Details
-
getName
String getName() -
createProtocol
-
getSocketBindings
-