public class ConnectorQueue
public void add(@NotNull
Action action,
long delayInMs,
@NotNull
kotlin.jvm.functions.Function1<? super ai.tock.bot.engine.action.Action,kotlin.Unit> send)
Add an action to send to a queue by recipient.
action - the action to senddelayInMs - the optional delay