Uses of Class
com.swiftmq.impl.streams.comp.memory.InactivityTimeout
-
Uses of InactivityTimeout in com.swiftmq.impl.streams.comp.memory
Modifier and TypeMethodDescriptionInactivityTimeout.days
(int n) Adds n days to the timeout.InactivityTimeout.hours
(int n) Adds n hours to the timeout.Memory.inactivityTimeout()
Sets and returns the InactivityTimeout for this Memory.InactivityTimeout.milliseconds
(long n) Adds n milliseconds to the timeout.InactivityTimeout.minutes
(int n) Adds n minutes to the timeout.InactivityTimeout.onRetire
(RetirementCallback callback) Sets the RetirementCallback at the MemoryInactivityTimeout.seconds
(int n) Adds n seconds to the timeout.