Class MarshalledValueMarshallerSessionAttributesFactoryConfiguration<V>

java.lang.Object
org.wildfly.clustering.session.cache.attributes.MarshallerSessionAttributesFactoryConfiguration<V,MarshalledValue<V,ByteBufferMarshaller>>
org.wildfly.clustering.session.cache.attributes.MarshalledValueMarshallerSessionAttributesFactoryConfiguration<V>
Type Parameters:
V - the attributes value type
All Implemented Interfaces:
SessionAttributesFactoryConfiguration<V,MarshalledValue<V,ByteBufferMarshaller>>

public class MarshalledValueMarshallerSessionAttributesFactoryConfiguration<V> extends MarshallerSessionAttributesFactoryConfiguration<V,MarshalledValue<V,ByteBufferMarshaller>>
Configuration for a factory for creating SessionAttributes objects, based on marshalled values.
Author:
Paul Ferraro