Uses of Enum Class
org.flasby.net.heartbeat.Heartbeater.Policy
Packages that use Heartbeater.Policy
-
Uses of Heartbeater.Policy in org.flasby.net.heartbeat
Methods in org.flasby.net.heartbeat that return Heartbeater.PolicyModifier and TypeMethodDescriptionstatic Heartbeater.Policy
Returns the enum constant of this class with the specified name.static Heartbeater.Policy[]
Heartbeater.Policy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.flasby.net.heartbeat with parameters of type Heartbeater.PolicyModifierConstructorDescriptionHeartbeater
(Heartbeater.Policy policy, long period, TimeUnit timeUnit) Heartbeater
(Heartbeater.Policy policy, long period, TimeUnit timeUnit, ThreadFactory threadFactory)