Class ViewResolutionServiceImpl
java.lang.Object
com.espertech.esper.common.internal.view.core.ViewResolutionServiceImpl
- All Implemented Interfaces:
ViewResolutionService
Resolves view namespace and name to view factory class, using configuration.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionInstantiates aViewFactoryForge
based on the view namespace and name stored in the view spec.
-
Constructor Details
-
ViewResolutionServiceImpl
-
-
Method Details
-
create
public ViewFactoryForge create(String nameSpace, String name, String optionalCreateNamedWindowName) throws ViewProcessingException Description copied from interface:ViewResolutionService
Instantiates aViewFactoryForge
based on the view namespace and name stored in the view spec.Does not actually use the view factory object created.
- Specified by:
create
in interfaceViewResolutionService
- Parameters:
nameSpace
- is the view namespacename
- is the view nameoptionalCreateNamedWindowName
- named window name- Returns:
ViewFactoryForge
instance- Throws:
ViewProcessingException
- if the view namespace or name cannot resolve
-