Skip to content

Registration

Registration()

Manages the existing StreamPipesFunctions and registers them.

ATTRIBUTE DESCRIPTION
functions

List of all registered StreamPipesFunction

TYPE: List[StreamPipesFunction]

getFunctions()

Get all registered functions.

This method exists to be consistent with the Java client.

RETURNS DESCRIPTION
functions

List of all registered functions.

TYPE: List[StreamPipesFunction]

register(streampipes_function)

Registers a new function.

PARAMETER DESCRIPTION
streampipes_function

The function to register.

TYPE: StreamPipesFunction

RETURNS DESCRIPTION
self

The updated Registration instance

TYPE: Registration