Class ServiceRegistrationImpl

  • All Implemented Interfaces:
    Dependency, Value<java.lang.Object>

    final class ServiceRegistrationImpl
    extends java.lang.Object
    implements Dependency
    A single service registration.
    • Field Detail

      • container

        private final ServiceContainerImpl container
        The service container which contains this registration.
      • name

        private final ServiceName name
        The name of this registration.
      • demandedByCount

        private int demandedByCount
        The number of dependent instances which place a demand-to-start on this registration. If this value is >0, propagate a demand to the instance, if any.