Services

Undocumented in source.

Members

Static functions

addRegistration
void addRegistration(const(string) typeId, shared(Registration) reg)
Undocumented in source. Be warned that the author may not have intended to support it.
getRegistry
auto getRegistry()
Undocumented in source. Be warned that the author may not have intended to support it.
lookupReferences
shared(ServiceReference)[] lookupReferences(string typeId, string pluginId, string[string] matches)
Undocumented in source. Be warned that the author may not have intended to support it.
lookupRegistrations
shared(Registration)[] lookupRegistrations(string typeId, string[string] matches)
Undocumented in source. Be warned that the author may not have intended to support it.
lookupService
void* lookupService(ServiceReference reference)
Undocumented in source. Be warned that the author may not have intended to support it.
registerService
shared(ServiceRegistration) registerService(string[] typeId, string pluginId, void* svc, string[string] props)
Undocumented in source. Be warned that the author may not have intended to support it.
removeRegistration
void removeRegistration(const(string) typeId, shared(Registration) reg)
Undocumented in source. Be warned that the author may not have intended to support it.
sendServiceEvent
void sendServiceEvent(ServiceNotification event)
Undocumented in source. Be warned that the author may not have intended to support it.
unregisterService
void unregisterService(shared(ServiceRegistration) reg)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

registry
BasicCache registry;
Undocumented in source.

Meta