tock / ai.tock.bot.connector / ConnectorQueue / add

add

fun add(action: Action, delayInMs: Long, send: (action: Action) -> Unit): Unit (source)

Adds an action to send to a queue by recipient.

This method is thread safe.

Parameters

action - the action to send

delayInMs - the optional delay

send - the send function