Class ExpiryManager
java.lang.Object
io.micronaut.testresources.server.ExpiryManager
- All Implemented Interfaces:
- io.micronaut.aop.Interceptor<Object,,- Object> - io.micronaut.aop.MethodInterceptor<Object,,- Object> - io.micronaut.core.order.Ordered
@Singleton
@InterceptorBean(Ping.class)
public final class ExpiryManager
extends Object
implements io.micronaut.aop.MethodInterceptor<Object,Object> 
The expiry manager will handle pings from the client to keep the server alive.
- 
Field SummaryFields inherited from interface io.micronaut.aop.InterceptorARGUMENT, CACHEABLE_LAZY_TARGET, HOTSWAP, LAZY, PROXY_TARGETFields inherited from interface io.micronaut.core.order.OrderedHIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.micronaut.aop.MethodInterceptorinterceptMethods inherited from interface io.micronaut.core.order.OrderedgetOrder
- 
Constructor Details- 
ExpiryManagerpublic ExpiryManager(@Value("${server.idle.timeout.minutes:60}") int keepAliveMinutes) 
 
- 
- 
Method Details