SubscriptionServiceOptions

Options for the subscription service

@safe
struct SubscriptionServiceOptions {
uint sendtimeout;
uint sendbufsize;
}

Members

Variables

address
string address;

The address which the service should publish events on

enable
bool enable;

Should the service be started

tags
string tags;

List of tags that should be enabled separated by a ','

Mixed In Members

From mixin JSONRecord

toJSON
JSON.JSONValue toJSON()
stringify
string stringify()

Stringify the struct

parse
void parse(JSON.JSONValue json_value)

Initialize a struct from a JSON