Method parameters in org.jetlang.channels with type arguments of type Request |
Disposable |
RequestChannel.subscribe(DisposingExecutor fiber,
Callback<Request<R,V>> onRequest)
|
Disposable |
MemoryRequestChannel.subscribe(DisposingExecutor fiber,
Callback<Request<R,V>> onRequest)
|
Disposable |
RequestChannel.subscribe(DisposingExecutor fiber,
Callback<Request<R,V>> onRequest,
Callback<SessionClosed<R>> onRequestEnd)
|
Disposable |
MemoryRequestChannel.subscribe(DisposingExecutor fiber,
Callback<Request<R,V>> onRequest,
Callback<SessionClosed<R>> onRequestEnd)
|