Uses of Class
com.swiftmq.impl.streams.comp.memory.InactivityTimeout
Packages that use InactivityTimeout
-
Uses of InactivityTimeout in com.swiftmq.impl.streams.comp.memory
Methods in com.swiftmq.impl.streams.comp.memory that return InactivityTimeoutModifier 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.