Header menu logo Nao

IEventBus Type

The single dispatch service producers publish to. Fans each event out to all subscribed consumers; producers hold only this — never a concrete storage type.

Instance members

Instance member Description

this.PublishAsync

Full Usage: this.PublishAsync

Parameters:
Returns: Task
Modifiers: abstract
arg0 : NaoEvent
Returns: Task

this.Subscribe

Full Usage: this.Subscribe

Parameters:
Modifiers: abstract

this.Unsubscribe

Full Usage: this.Unsubscribe

Parameters:
Modifiers: abstract

Detach a previously-subscribed consumer (e.g. a per-turn recorder once its turn ends).

arg0 : IEventConsumer

Type something to start searching.