Package org.wildfly.clustering.jgroups
Interface ChannelFactory
-
public interface ChannelFactoryFactory for creating JGroups channels.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.jgroups.JChannelcreateChannel(String id)Creates a JGroups channel
-