Created
July 6, 2019 08:28
-
-
Save athiththan11/2527e053480b031791ddf83f959f3bd7 to your computer and use it in GitHub Desktop.
Shopper OSGi component implementation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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