Package | Description |
---|---|
io.dapr.actors | |
io.dapr.actors.client | |
io.dapr.actors.runtime |
Modifier and Type | Method and Description |
---|---|
static ActorId |
ActorId.createRandom()
Creates a new ActorId with a random id.
|
Modifier and Type | Method and Description |
---|---|
int |
ActorId.compareTo(ActorId other)
Compares this instance with a specified {link #ActorId} object and
indicates whether this instance precedes, follows, or appears in the same
position in the sort order as the specified actorId.
|
Modifier and Type | Method and Description |
---|---|
ActorId |
ActorProxy.getActorId()
Returns the ActorId associated with the proxy object.
|
Modifier and Type | Method and Description |
---|---|
ActorProxy |
ActorProxyBuilder.build(ActorId actorId)
Instantiates a new ActorProxy.
|
Modifier and Type | Method and Description |
---|---|
protected ActorId |
AbstractActor.getId()
Returns the id of the actor.
|
Modifier and Type | Method and Description |
---|---|
T |
ActorFactory.createActor(ActorRuntimeContext<T> actorRuntimeContext,
ActorId actorId)
Creates an Actor.
|
Constructor and Description |
---|
AbstractActor(ActorRuntimeContext runtimeContext,
ActorId id)
Instantiates a new Actor.
|
Copyright © 2020. All rights reserved.