IEventStream

class omni.graph.core.autonode.IEventStream

Bases: abc.ABC

Methods

__init__()

create_subscription_to_pop(callback, name)

create_subscription_to_pop_by_type(callback, ...)

create_subscription_to_push_by_type(...)

create_subscription_to_self(callback, name)

get_event_type()

__init__()