- Preparing search index...
- The search index is not available
nope-js-node
Properties
Readonly
connectivityManager
disposing
disposing: boolean
Readonly
eventDistributor
Methods
toDescription
- toDescription(): {
bridge: {
connected: boolean;
layers: {
considerConnection: boolean;
forwardData: boolean;
id: string;
receivesOwnMessages: boolean;
}[];
};
connectivityManager: {
dispatchers: string[];
};
dataDistributor: {
data: any;
publishers: {
name: string;
schema: INopeDescriptor;
}[];
subscribers: {
name: string;
schema: INopeDescriptor;
}[];
};
eventDistributor: {
publishers: {
name: string;
schema: INopeDescriptor;
}[];
subscribers: {
name: string;
schema: INopeDescriptor;
}[];
};
instanceManager: {
constructors: {
all: string[];
internal: string[];
};
instances: {
all: INopeModuleDescription[];
internal: string[];
};
};
ready: boolean;
rpcManager: {
services: {
all: IServiceOptions<any>[];
internal: {
func: ((...args) => Promise<any>);
options: IServiceOptions<any>;
}[];
};
task: {
executing: string[];
requested: {
id: string;
service: string;
target: string;
timeout: any;
}[];
};
};
} & INopeStatusInfo
-
Returns {
bridge: {
connected: boolean;
layers: {
considerConnection: boolean;
forwardData: boolean;
id: string;
receivesOwnMessages: boolean;
}[];
};
connectivityManager: {
dispatchers: string[];
};
dataDistributor: {
data: any;
publishers: {
name: string;
schema: INopeDescriptor;
}[];
subscribers: {
name: string;
schema: INopeDescriptor;
}[];
};
eventDistributor: {
publishers: {
name: string;
schema: INopeDescriptor;
}[];
subscribers: {
name: string;
schema: INopeDescriptor;
}[];
};
instanceManager: {
constructors: {
all: string[];
internal: string[];
};
instances: {
all: INopeModuleDescription[];
internal: string[];
};
};
ready: boolean;
rpcManager: {
services: {
all: IServiceOptions<any>[];
internal: {
func: ((...args) => Promise<any>);
options: IServiceOptions<any>;
}[];
};
task: {
executing: string[];
requested: {
id: string;
service: string;
target: string;
timeout: any;
}[];
};
};
} & INopeStatusInfo
The Core Of NoPE
Author
M.Karkowski
Export
INopeCore