Class HotRodSessionManagerFactory<CC,SC>

java.lang.Object
org.wildfly.clustering.session.infinispan.remote.HotRodSessionManagerFactory<CC,SC>
Type Parameters:
CC - the container context type
SC - the session context type
All Implemented Interfaces:
AutoCloseable, SessionManagerFactory<CC,SC>

public class HotRodSessionManagerFactory<CC,SC> extends Object implements SessionManagerFactory<CC,SC>
Factory for creating session managers.
Author:
Paul Ferraro