package service_providing
Contains functionality related to registering objects in the OSGi service registry.
Type Members
-
class
ProvidableService[S] extends AnyRef
Offers methods to register the wrapped service as OSGi service.
Offers methods to register the wrapped service as OSGi service.
- S
Service type
-
class
ServiceProviderCapsule[S] extends Capsule
A capsule which registers an object in the OSGi service registry while the current capsule scope is active.
A capsule which registers an object in the OSGi service registry while the current capsule scope is active.
- S
Service type
-
trait
ServiceProviding extends AnyRef
Provides an implicit conversion to make any object easily exposable in the OSGi service registry.
-
class
SimpleServiceProviding extends ServiceProviding
A class that mixes in the ServiceProviding trait.
A class that mixes in the ServiceProviding trait. Use this if you want to use a class instead of a trait.