| Package | Description |
|---|---|
| de.ruedigermoeller.kontraktor | |
| de.ruedigermoeller.kontraktor.impl |
| Modifier and Type | Method and Description |
|---|---|
DispatcherThread |
ActorProxy.getDispatcher() |
DispatcherThread |
Message.getDispatcher() |
DispatcherThread |
Actor.getDispatcher() |
protected DispatcherThread |
Actors.newDispatcher(int qSize)
return a new dispatcher backed by a new thread.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Actor.__dispatcher(DispatcherThread d) |
void |
ActorProxy.__setDispatcher(DispatcherThread disp)
for internal use only
|
static <T extends Actor> |
Actors.AsActor(Class<? extends Actor> actorClazz,
DispatcherThread disp)
create an new actor dispatched in the given DispatcherThread
|
protected Actor |
Actors.newProxy(Class<? extends Actor> clz,
DispatcherThread disp) |
| Modifier and Type | Method and Description |
|---|---|
DispatcherThread |
CallEntry.getDispatcher() |
static DispatcherThread |
DispatcherThread.getThreadDispatcher() |
| Modifier and Type | Method and Description |
|---|---|
static Future |
DispatcherThread.pollDispatchOnObject(DispatcherThread currentThreadDispatcher,
CallEntry e) |
| Constructor and Description |
|---|
CallbackWrapper(DispatcherThread dispatcher,
Callback<T> realFuture) |
CallEntry(T actor,
Method method,
Object[] args,
DispatcherThread disp) |
Copyright © 2014. All rights reserved.