public abstract class ActorProxyBase<T> extends Object implements Externalizable
| Modifier and Type | Field and Description |
|---|---|
Address |
address |
Definition.SerializationProxy |
definition |
Class<T> |
protocol |
| Constructor and Description |
|---|
ActorProxyBase() |
ActorProxyBase(Class<T> protocol,
Definition.SerializationProxy definition,
Address address) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDistributable() |
void |
readExternal(ObjectInput in) |
static <T> T |
thunk(ActorProxyBase<?> proxy,
Actor actor,
T arg) |
static <T> T |
thunk(Stage stage,
T arg) |
void |
writeExternal(ObjectOutput out) |
public Definition.SerializationProxy definition
public Address address
public ActorProxyBase(Class<T> protocol, Definition.SerializationProxy definition, Address address)
public ActorProxyBase()
public static <T> T thunk(ActorProxyBase<?> proxy, Actor actor, T arg)
public static <T> T thunk(Stage stage, T arg)
public final boolean isDistributable()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2021. All rights reserved.