Constructor
The ServiceDisruptor() constructor creates a new instance of a
ServiceDisruptor class.
Options
The following options control the creation and behavior of the ServiceDisruptor:
Example
const disruptor = new ServiceDisruptor('my-service', 'my-namespace');

