Class ExpiredSessionRemover<SC,MV,AV,LC>

java.lang.Object
org.wildfly.clustering.session.infinispan.embedded.ExpiredSessionRemover<SC,MV,AV,LC>
Type Parameters:
SC - the ServletContext specification type
MV - the meta-data value type
AV - the attributes value type
LC - the local context type
All Implemented Interfaces:
Predicate<String>, Registrar<Consumer<ImmutableSession>>

public class ExpiredSessionRemover<SC,MV,AV,LC> extends Object implements Predicate<String>, Registrar<Consumer<ImmutableSession>>
Session remover that removes a session if and only if it is expired.
Author:
Paul Ferraro