long-runner
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
long-runner
tasks-controller
/
org.artofdev.tasks.controller
/
TasksActorApi
Tasks
Actor
Api
interface
TasksActorApi
Inheritors
TasksActor
Members
Functions
create
Actor
Group
Link copied to clipboard
abstract
fun
createActorGroup
(
address
:
ActorIdent
)
on
Task
Ended
Link copied to clipboard
abstract
fun
onTaskEnded
(
task
:
TaskEntity
)
send
Message
Link copied to clipboard
abstract
fun
sendMessage
(
msg
:
Message
,
address
:
ActorIdent
)
send
Notification
Link copied to clipboard
abstract
fun
sendNotification
(
msg
:
Message
)
send
Notif
If
Task
Finished
Link copied to clipboard
abstract
fun
sendNotifIfTaskFinished
(
task
:
TaskEntity
)
send
Pipeline
Controller
Event
Link copied to clipboard
abstract
fun
sendPipelineControllerEvent
(
event
:
PipelineControllerEvent
,
pipelineTaskHid
:
String
)
wait
Until
Not
Busy
Link copied to clipboard
abstract
fun
waitUntilNotBusy
(
timeoutMs
:
Long
)
:
Boolean