| Modifier and Type | Interface and Description |
|---|---|
interface |
Future<T>
Created by moelrue on 20.05.2014.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Promise<T>
Created by ruedi on 20.05.14.
|
| Modifier and Type | Field and Description |
|---|---|
protected Callback |
Promise.resultReceiver |
| Modifier and Type | Method and Description |
|---|---|
void |
Actor.__addStopHandler(Callback<SELF> cb) |
void |
Promise.finishWith(Callback resultCB)
same as then, but avoid creation of new future
|
<T> void |
Scheduler.runBlockingCall(Actor emitter,
Callable<T> toCall,
Callback<T> resultHandler) |
Future |
Promise.then(Callback resultCB) |
Spore<I,O> |
Spore.then(Callback<O> cb)
local.
|
Future<T> |
Future.then(Callback<T> result)
called when any result of a future becomes available
|
| Modifier and Type | Class and Description |
|---|---|
class |
CallbackWrapper<T>
..
|
| Modifier and Type | Method and Description |
|---|---|
<T> void |
ElasticScheduler.runBlockingCall(Actor emitter,
Callable<T> toCall,
Callback<T> resultHandler) |
Future |
CallbackWrapper.then(Callback<T> result) |
| Constructor and Description |
|---|
CallbackWrapper(Actor targetQ,
Callback<T> realFuture) |
| Modifier and Type | Method and Description |
|---|---|
Callback |
RemoteRefRegistry.getPublishedCallback(int id) |
| Modifier and Type | Method and Description |
|---|---|
int |
RemoteRefRegistry.registerPublishedCallback(Callback cb) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ServeFromCPProcessor.processRequest(KontraktorHttpRequest req,
Callback<RequestResponse> response) |
boolean |
RequestProcessor.processRequest(KontraktorHttpRequest req,
Callback<RequestResponse> response) |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpRemotedCB
Created by ruedi on 21.08.2014.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
RestActorServer.enqueueCall(RestActorServer.PublishedActor target,
KontraktorHttpRequest req,
Callback<RequestResponse> response) |
protected void |
RestActorServer.enqueueCall(RestActorServer.PublishedActor target,
String content,
KontraktorHttpRequest req,
Callback<RequestResponse> response) |
boolean |
RestActorServer.RestProcessor.processRequest(KontraktorHttpRequest req,
Callback<RequestResponse> response) |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpMonitor.report(String name,
int depth,
Callback cb)
Flattens a monitorable hierarchy to a stream, as http remoting does not support remote refs
method name is without '$' as it gets part of url
|
Copyright © 2015. All rights reserved.