| Package | Description |
|---|---|
| org.nustaq.kontraktor | |
| org.nustaq.kontraktor.asyncio | |
| org.nustaq.kontraktor.remoting.base | |
| org.nustaq.kontraktor.remoting.tcp | |
| org.nustaq.kontraktor.util |
| Modifier and Type | Method and Description |
|---|---|
Promise |
Promise.getLast()
see IPromise (inheriting Callback) interface
|
Promise |
Promise.getNext()
special method for tricky things.
|
static <T> Promise<T> |
Actors.promise()
shorthand constructor
|
Promise<T> |
Promise.setId(String id)
remoting helper
|
| Modifier and Type | Field and Description |
|---|---|
protected Promise |
AsyncSocketConnection.writePromise |
| Constructor and Description |
|---|
ScheduleEntry(ConnectionRegistry reg,
Promise promise) |
| Modifier and Type | Method and Description |
|---|---|
protected Promise |
TCPServerConnector.acceptLoop(Actor facade,
int port,
Function<ObjectSocket,ObjectSink> factory,
Promise p) |
static Promise<ActorServer> |
TCPServerConnector.Publish(Actor facade,
int port,
Coding coding) |
static Promise<ActorServer> |
TCPServerConnector.Publish(Actor facade,
int port,
Coding coding,
Consumer<Actor> disconnectCB) |
static Promise<ActorServer> |
NIOServerConnector.Publish(Actor facade,
int port,
Coding coding,
Consumer<Actor> disconnectHandler) |
| Modifier and Type | Method and Description |
|---|---|
protected Promise |
TCPServerConnector.acceptLoop(Actor facade,
int port,
Function<ObjectSocket,ObjectSink> factory,
Promise p) |
| Modifier and Type | Method and Description |
|---|---|
Promise<Integer> |
SubscriptionSupport.createSubsId() |
Promise<Boolean> |
SubscriptionSupport.subscribe(int id,
Callback cb) |
Promise<Boolean> |
SubscriptionSupport.unSubscribe(int id,
Callback cb) |
Copyright © 2019. All rights reserved.