Class InvocationLimiterResponse<T>

  • Type Parameters:
    T - type of response

    @Immutable
    public class InvocationLimiterResponse<T>
    extends Object
    Invocation limiter response. Contains information whether an invocation occurred or not.

    In case of reaching the maximum number of invocations, the response contains information when the next call can be performed.