Class Consumer

  • All Implemented Interfaces:
    com.google.common.util.concurrent.Service

    public class Consumer
    extends com.google.common.util.concurrent.AbstractIdleService
    This is an example consumer that connects to a device based on a configured UUID, tracks all changes, and tries to parse the state extension from provider2_extension example.
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface com.google.common.util.concurrent.Service

        com.google.common.util.concurrent.Service.Listener, com.google.common.util.concurrent.Service.State
    • Method Detail

      • startUp

        protected void startUp()
        Specified by:
        startUp in class com.google.common.util.concurrent.AbstractIdleService
      • shutDown

        protected void shutDown()
        Specified by:
        shutDown in class com.google.common.util.concurrent.AbstractIdleService