pub fn spawn_admin_interface_tasks<A: InterfaceApi>(
    tm: TaskManagerClient,
    handle: ListenerHandle,
    listener: impl Stream<Item = ListenerItem> + Send + 'static,
    api: A,
    port: u16
)
Expand description

Create an Admin Interface, which only receives AdminRequest messages from the external client