| Package | Description |
|---|---|
| cloud.orbit.actors.peer | |
| cloud.orbit.actors.runtime |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PeerExecutor.onInvoke(HandlerContext ctx,
Invocation invocation) |
protected Task<Object> |
PeerExecutor.performLocalInvocation(Invocation invocation,
ObjectInvoker invoker,
LocalObjects.LocalObjectEntry target) |
Task |
PeerExecutor.scheduleLocalInvocation(LocalObjects.LocalObjectEntry<Object> localObjectEntry,
Invocation invocation) |
Task |
PeerExecutor.writeInvocation(HandlerContext ctx,
Invocation invocation) |
| Modifier and Type | Method and Description |
|---|---|
Invocation |
Invocation.withFromNode(NodeAddress fromNode) |
Invocation |
Invocation.withHeaders(Map<?,?> headers) |
Invocation |
Invocation.withMethod(Method method) |
Invocation |
Invocation.withMethodId(int methodId) |
Invocation |
Invocation.withOneWay(boolean oneWay) |
Invocation |
Invocation.withParams(Object[] params) |
Invocation |
Invocation.withToNode(NodeAddress toNode) |
Invocation |
Invocation.withToReference(RemoteReference toReference) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Execution.onInvocation(HandlerContext ctx,
Invocation invocation) |
protected Task<Object> |
Execution.performInvocation(HandlerContext ctx,
Invocation invocation,
LocalObjects.LocalObjectEntry entry,
LocalObjects.LocalObjectEntry target) |
Task<?> |
Messaging.writeInvocation(HandlerContext ctx,
Invocation invocation) |
protected Task<?> |
Hosting.writeInvocation(HandlerContext ctx,
Invocation invocation) |
Copyright © 2016 Electronic Arts Inc. All rights reserved.