Class ServiceKey<T>

    • Constructor Detail

      • ServiceKey

        public ServiceKey()
    • Method Detail

      • apply

        public static <T> ServiceKey<T> apply​(java.lang.String id,
                                              scala.reflect.ClassTag<T> classTag)
        Scala API: Creates a service key. The given ID should uniquely define a service with a given protocol.
      • create

        public static <T> ServiceKey<T> create​(java.lang.Class<T> clazz,
                                               java.lang.String id)
        Java API: Creates a service key. The given ID should uniquely define a service with a given protocol.
      • Listing

        public ServiceKey.Listing$ Listing()
        Accessor for nested Scala object
        Returns:
        (undocumented)
      • Registered

        public ServiceKey.Registered$ Registered()
        Accessor for nested Scala object
        Returns:
        (undocumented)
      • id

        public abstract java.lang.String id()