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 typeMV- the meta-data value typeAV- the attributes value typeLC- 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
-
Constructor Details
-
ExpiredSessionRemover
-
-
Method Details
-
test
-
register
Description copied from interface:RegistrarRegisters an object. The object is unregistered when the generatedRegistrationis closed.
-