@Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) public @interface Throttling
Class<? extends Throttling.SemaphoreFactory>
factory
boolean
fair
String
name
int
permits
public abstract Class<? extends Throttling.SemaphoreFactory> factory
public abstract boolean fair
public abstract int permits
public abstract String name
Copyright © 2020 The Apache Software Foundation. All rights reserved.