MPI constructor
const
MPI({})
Creates a new MPI instance.
Implementation
const MPI({
this.name = '',
this.version = '0.0.0',
this.proto = 'grpc',
this.codec = 'json',
this.flags = 0,
this.timeout = 12000,
this.retries = 3,
this.idc = '',
this.zone = '',
this.cluster = '',
this.cell = '',
this.group = '',
this.address = '',
});