Class CloudSubscriberFactory.Provider

  • All Implemented Interfaces:
    com.google.inject.Provider<com.yahoo.container.di.config.SubscriberFactory>, javax.inject.Provider<com.yahoo.container.di.config.SubscriberFactory>
    Enclosing class:
    CloudSubscriberFactory

    public static class CloudSubscriberFactory.Provider
    extends java.lang.Object
    implements com.google.inject.Provider<com.yahoo.container.di.config.SubscriberFactory>
    • Constructor Summary

      Constructors 
      Constructor Description
      Provider()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.yahoo.container.di.config.SubscriberFactory get()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Provider

        public Provider()
    • Method Detail

      • get

        public com.yahoo.container.di.config.SubscriberFactory get()
        Specified by:
        get in interface com.google.inject.Provider<com.yahoo.container.di.config.SubscriberFactory>
        Specified by:
        get in interface javax.inject.Provider<com.yahoo.container.di.config.SubscriberFactory>