Skip to content

Instantly share code, notes, and snippets.

@athiththan11
Created July 6, 2019 08:28
Show Gist options
  • Save athiththan11/2527e053480b031791ddf83f959f3bd7 to your computer and use it in GitHub Desktop.
Save athiththan11/2527e053480b031791ddf83f959f3bd7 to your computer and use it in GitHub Desktop.
Shopper OSGi component implementation
public class FactShopper {
private static final Logger LOGGER = Logger.getLogger(FactShopper.class.getName());
public void printFacts() {
LOGGER.info("\n\nOSGI Shopper :: Print Facts retrieved from FactFabricator :: "
+ ShopperServiceComponent.getFactProducer().getSimpleFact().toString() + "\n");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment