Class TimeoutPolicy

  • All Implemented Interfaces:
    Serializable

    public final class TimeoutPolicy
    extends Policy
    The resolved "cached" information of a Timeout annotation an a specific method.
    Author:
    Jan Bernitt
    See Also:
    Serialized Form
    • Field Detail

      • value

        public final long value
    • Constructor Detail

      • TimeoutPolicy

        public TimeoutPolicy​(Method annotatedMethod,
                             long value,
                             ChronoUnit unit)