OSGi Bundle Activator
Jan 10 · 2 min read · A Bundle Activator is a Java class that allows you to hook into a bundle’s lifecycle. It lets you execute custom logic when: A bundle starts A bundle stops In simple terms: A Bundle Activator is the entry and exit point of a bundle. BundleActi...
Join discussion