Callbacks

pulumirpc.callback.CallbacksGrpc.Callbacks
See theCallbacks companion object
trait Callbacks extends AbstractService

Callbacks is a service for invoking functions in one runtime from other processes.

Attributes

Companion
object
Graph
Supertypes
trait AbstractService
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

Invoke invokes a given callback, identified by its token.

Invoke invokes a given callback, identified by its token.

Attributes

Concrete methods

override def serviceCompanion: ServiceCompanion[Callbacks]

Attributes

Definition Classes
AbstractService