public interface ObserverNotifierFactory extends org.jboss.weld.bootstrap.api.Service
ObserverNotifier.| Modifier and Type | Method and Description |
|---|---|
default void |
cleanup() |
ObserverNotifier |
create(String contextId,
TypeSafeObserverResolver resolver,
org.jboss.weld.bootstrap.api.ServiceRegistry services,
boolean strict)
Create a new
ObserverNotifier using given resolver. |
ObserverNotifier create(String contextId, TypeSafeObserverResolver resolver, org.jboss.weld.bootstrap.api.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)default void cleanup()
cleanup in interface org.jboss.weld.bootstrap.api.ServiceCopyright © 2017. All rights reserved.