Uses of Interface
de.aristaflow.adept2.base.service.DynamicServiceRegistration.DynamicServiceNotification
-
Packages that use DynamicServiceRegistration.DynamicServiceNotification Package Description de.aristaflow.adept2.base.service -
-
Uses of DynamicServiceRegistration.DynamicServiceNotification in de.aristaflow.adept2.base.service
Fields in de.aristaflow.adept2.base.service declared as DynamicServiceRegistration.DynamicServiceNotification Modifier and Type Field Description protected DynamicServiceRegistration.DynamicServiceNotification<K>
DynamicServiceRegistration. notification
The notification to signal adding, updating and removing services to users of thisDynamicServiceRegistration
.Constructors in de.aristaflow.adept2.base.service with parameters of type DynamicServiceRegistration.DynamicServiceNotification Constructor Description DynamicServiceRegistration(Map<K,List<Pair<URI[],Long>>> registered, ReadWriteLock lock, long inactiveSeconds, Class<? extends S> serviceClass, ServiceAccess serviceAccess, Function<SessionToken,SessionToken> sessionProvider, DynamicServiceRegistration.DynamicServiceNotification<K> notification, LogService logService)
Constructs a newDynamicServiceRegistration
for handing dynamically registered services.
-