public class DefaultObserverNotifierFactory extends Object implements ObserverNotifierFactory
| Modifier and Type | Field and Description |
|---|---|
static ObserverNotifierFactory |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
ObserverNotifier |
create(String contextId,
TypeSafeObserverResolver resolver,
org.jboss.weld.bootstrap.api.ServiceRegistry services,
boolean strict)
Create a new
ObserverNotifier using given resolver. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcleanuppublic static final ObserverNotifierFactory INSTANCE
public ObserverNotifier create(String contextId, TypeSafeObserverResolver resolver, org.jboss.weld.bootstrap.api.ServiceRegistry services, boolean strict)
ObserverNotifierFactoryObserverNotifier using given resolver.create in interface ObserverNotifierFactorycontextId - the container id of the running containerresolver - the given resolverstrict - true if this notifier should perform strict type checks, false if this notifier should be lenient (used internally only)Copyright © 2017. All rights reserved.