Package org.infinispan.server.jgroups
Interface ChannelFactory
-
- All Known Subinterfaces:
ChannelFactory
- All Known Implementing Classes:
ForkChannelFactory,JChannelFactory
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
-