EventService: EventService

EventServiceR Documentation

EventService

Description

EventService

EventService

Format

R6Class object.

Methods

sendChannel(channel,evt)

method

channel(name)

method

listenTaskChannel(taskId,start)

method

onTaskState(taskId)

method

taskListenerCount(taskId)

method

Super class

tercenApi::HttpClientService -> EventService

Methods

Public methods

Inherited methods

Method new()

Usage
EventService$new(baseRestUri, client)

Method sendChannel()

Usage
EventService$sendChannel(channel, evt)

Method channel()

Usage
EventService$channel(name)

Method listenTaskChannel()

Usage
EventService$listenTaskChannel(taskId, start)

Method onTaskState()

Usage
EventService$onTaskState(taskId)

Method taskListenerCount()

Usage
EventService$taskListenerCount(taskId)

Method clone()

The objects of this class are cloneable with this method.

Usage
EventService$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


tercen/teRcenApi documentation built on Feb. 8, 2024, 5:59 p.m.