Class ForkChannelFactory

java.lang.Object
org.wildfly.clustering.server.jgroups.ForkChannelFactory
All Implemented Interfaces:
Function<String,org.jgroups.JChannel>

public class ForkChannelFactory extends Object implements Function<String,org.jgroups.JChannel>
Author:
Paul Ferraro
  • Constructor Details

    • ForkChannelFactory

      public ForkChannelFactory(org.jgroups.JChannel channel)
  • Method Details

    • apply

      public org.jgroups.JChannel apply(String fork)
      Specified by:
      apply in interface Function<String,org.jgroups.JChannel>