Class HotRodUserContextFactory<PC,PV,TC>

java.lang.Object
org.wildfly.clustering.session.infinispan.remote.user.HotRodUserContextFactory<PC,PV,TC>
Type Parameters:
PC - the persistent context type
PV - the marshalled persistent context type
TC - the transient context type
All Implemented Interfaces:
CacheEntryCreator<String,UserContext<PV,TC>,PC>, CacheEntryLocator<String,UserContext<PV,TC>>, CacheEntryRemover<String>, UserContextFactory<UserContext<PV,TC>,PC,TC>

public class HotRodUserContextFactory<PC,PV,TC> extends Object implements UserContextFactory<UserContext<PV,TC>,PC,TC>
Author:
Paul Ferraro