Struct jsonrpc_core::control::NewSubscriber [] [src]

pub struct NewSubscriber { /* fields omitted */ }

New subscriber waiting for id to assign

Methods

impl NewSubscriber
[src]

Rejects this subscriber

Assign and send new ID to this subscriber. Converts this object into Subscriber which allows to send notifications to the client.