Uses of Class
io.zeebe.servicecontainer.ServiceGroupReference
-
Packages that use ServiceGroupReference Package Description io.zeebe.servicecontainer io.zeebe.servicecontainer.impl -
-
Uses of ServiceGroupReference in io.zeebe.servicecontainer
Fields in io.zeebe.servicecontainer declared as ServiceGroupReference Modifier and Type Field Description protected ServiceGroupReference<S>ServiceGroupReference.ReferenceBuilder. referenceCollectionFields in io.zeebe.servicecontainer with type parameters of type ServiceGroupReference Modifier and Type Field Description protected Map<ServiceName<?>,ServiceGroupReference<?>>ServiceBuilder. injectedReferencesMethods in io.zeebe.servicecontainer that return ServiceGroupReference Modifier and Type Method Description ServiceGroupReference<S>ServiceGroupReference.ReferenceBuilder. build()static <S> ServiceGroupReference<S>ServiceGroupReference. collection(Collection<S> collection)static <S,K>
ServiceGroupReference<S>ServiceGroupReference. map(Map<ServiceName<S>,S> map)Methods in io.zeebe.servicecontainer that return types with arguments of type ServiceGroupReference Modifier and Type Method Description Map<ServiceName<?>,ServiceGroupReference<?>>ServiceBuilder. getInjectedReferences()Methods in io.zeebe.servicecontainer with parameters of type ServiceGroupReference Modifier and Type Method Description <T> ServiceBuilder<S>ServiceBuilder. groupReference(ServiceName<T> groupName, ServiceGroupReference<T> injector) -
Uses of ServiceGroupReference in io.zeebe.servicecontainer.impl
Fields in io.zeebe.servicecontainer.impl declared as ServiceGroupReference Modifier and Type Field Description protected ServiceGroupReferenceServiceGroupReferenceImpl. injectorMethods in io.zeebe.servicecontainer.impl that return ServiceGroupReference Modifier and Type Method Description ServiceGroupReferenceServiceGroupReferenceImpl. getInjector()Methods in io.zeebe.servicecontainer.impl that return types with arguments of type ServiceGroupReference Modifier and Type Method Description Map<ServiceName<?>,ServiceGroupReference<?>>ServiceController. getInjectedReferences()Methods in io.zeebe.servicecontainer.impl with parameters of type ServiceGroupReference Modifier and Type Method Description voidServiceController. addReferencedValue(ServiceGroupReference ref, ServiceName name, Object value)voidServiceGroup. removeReference(ServiceGroupReference<?> reference)voidServiceController. removeReferencedValue(ServiceGroupReference ref, ServiceName name, Object value)Constructors in io.zeebe.servicecontainer.impl with parameters of type ServiceGroupReference Constructor Description ServiceGroupReferenceImpl(ServiceController referringService, ServiceGroupReference injector, ServiceGroup group)
-