E
- element typepublic interface ProxyChannel<E>
Modifier and Type | Method and Description |
---|---|
int |
capacity() |
boolean |
isEmpty() |
int |
process(E impl,
int limit) |
E |
proxy() |
E |
proxyInstance(E impl) |
int |
size() |
E proxyInstance(E impl)
callback
- the accept function for this consumerE proxy()
int process(E impl, int limit)
impl
- into which the calls are made where they are not for a proxy instancelimit
- maximum number of calls to process throughint size()
int capacity()
boolean isEmpty()
Copyright © 2013–2018. All rights reserved.