Class UndertowSessionExpirationListener
java.lang.Object
org.wildfly.clustering.web.undertow.session.UndertowSessionExpirationListener
- All Implemented Interfaces:
Consumer<org.wildfly.clustering.session.ImmutableSession>
public class UndertowSessionExpirationListener
extends Object
implements Consumer<org.wildfly.clustering.session.ImmutableSession>
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionUndertowSessionExpirationListener(io.undertow.servlet.api.Deployment deployment, io.undertow.server.session.SessionListeners listeners, Recordable<org.wildfly.clustering.session.ImmutableSessionMetaData> recorder) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(org.wildfly.clustering.session.ImmutableSession session)
-
Constructor Details
-
UndertowSessionExpirationListener
public UndertowSessionExpirationListener(io.undertow.servlet.api.Deployment deployment, io.undertow.server.session.SessionListeners listeners, Recordable<org.wildfly.clustering.session.ImmutableSessionMetaData> recorder)
-
-
Method Details