-
- All Implemented Interfaces:
public interface OrchestrationRepository
-
-
Method Summary
Modifier and Type Method Description abstract Orchestrationcreate(PlayerId playerId, OrchestrationMetaData targetMetadata, OrchestrationTargetedBot target, List<SecondaryBotAction> actions)abstract Orchestrationget(PlayerId playerId)abstract Unitupdate(Id<Orchestration> id, SecondaryBotAction action)abstract Unitend(PlayerId playerId)-
-
Method Detail
-
create
abstract Orchestration create(PlayerId playerId, OrchestrationMetaData targetMetadata, OrchestrationTargetedBot target, List<SecondaryBotAction> actions)
-
get
abstract Orchestration get(PlayerId playerId)
-
update
abstract Unit update(Id<Orchestration> id, SecondaryBotAction action)
-
-
-
-