Sink

Sink Service

class designate.sink.service.Service[source]

Bases: Service

info(context, publisher_id, event_type, payload, metadata)[source]

Processes an incoming notification, offering each extension the opportunity to handle it.

property service_name
start()[source]

Start a service.

stop(graceful=True)[source]

Stop a service.

Parameters:

graceful – indicates whether to wait for all threads to finish or terminate them instantly