nvflare.app_common.streamers.streamer_base module

class StreamerBase[source]

Bases: object

This is the base class for all future streamers. This base class provides methods for accessing common properties in the StreamContext. When a streamer class is defined as a subclass of this base, then all such StreamContext accessing methods will be inherited.

static get_channel(ctx: dict)[source]
static get_rc(ctx: dict)[source]
static get_topic(ctx: dict)[source]