-
- All Known Implementing Classes:
PushRequest
public interface PullRequest<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddrop(Throwable reason)floatprio()voidpull(PullContext<? super T> context)booleanstay(StayContext context, int backlog)
-
-
-
Method Detail
-
prio
float prio()
-
pull
void pull(PullContext<? super T> context)
-
drop
void drop(Throwable reason)
-
stay
boolean stay(StayContext context, int backlog)
-
-