Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98140540
registry.d.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Jan 10, 05:39
Size
415 B
Mime Type
text/x-java
Expires
Sun, Jan 12, 05:39 (2 d)
Engine
blob
Format
Raw Data
Handle
23514711
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
registry.d.ts
View Options
import Server from './mdns-server';
import Service, { ServiceConfig } from './service';
export declare class Registry {
private server;
private services;
constructor(server: Server);
publish(config: ServiceConfig): Service;
unpublishAll(callback: CallableFunction | undefined): void;
destroy(): void;
private probe;
private announce;
private teardown;
}
export default Registry;
Event Timeline
Log In to Comment