public interface ObserverNotifierFactory extends Service
ObserverNotifier.| Modifier and Type | Method and Description |
|---|---|
default void |
cleanup()
Called by Weld when it is shutting down, allowing the service to perform any cleanup needed.
|
ObserverNotifier |
create(String contextId,
TypeSafeObserverResolver resolver,
ServiceRegistry services,
boolean strict)
Create a new
ObserverNotifier using given resolver. |
ObserverNotifier create(String contextId, TypeSafeObserverResolver resolver, ServiceRegistry services, boolean strict)
ObserverNotifier using given resolver.contextId - the container id of the running containerresolver - the given resolverservices - strict - true if this notifier should perform strict type checks, false if this notifier should be lenient (used internally only)Copyright © 2015. All Rights Reserved.