Uses of Interface
de.aristaflow.adept2.base.service.DynamicServiceRegistration.DynamicServiceNotification
Packages that use DynamicServiceRegistration.DynamicServiceNotification
-
Uses of DynamicServiceRegistration.DynamicServiceNotification in de.aristaflow.adept2.base.service
Fields in de.aristaflow.adept2.base.service declared as DynamicServiceRegistration.DynamicServiceNotificationModifier and TypeFieldDescriptionprotected final DynamicServiceRegistration.DynamicServiceNotification<K>DynamicServiceRegistration.notificationThe notification to signal adding, updating and removing services to users of thisDynamicServiceRegistration.Constructors in de.aristaflow.adept2.base.service with parameters of type DynamicServiceRegistration.DynamicServiceNotificationModifierConstructorDescriptionDynamicServiceRegistration(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 newDynamicServiceRegistrationfor handing dynamically registered services.