public static class ConditionRouter.Factory extends Object implements RoutingObjectFactory
RoutingObjectFactory.Context| Constructor and Description |
|---|
Factory() |
| Modifier and Type | Method and Description |
|---|---|
RoutingObject |
build(List<String> fullName,
RoutingObjectFactory.Context context,
StyxObjectDefinition configBlock)
Constructs a RoutingObject instance according to configuration block.
|
public RoutingObject build(List<String> fullName, RoutingObjectFactory.Context context, StyxObjectDefinition configBlock)
RoutingObjectFactoryThe routing object is constructed according to the definition codified in the StyxObjectDefinition instance. Context provides access to core Styx components necessary for constructing dependant objects.
build in interface RoutingObjectFactoryfullName - a fully qualified attribute name, including parentscontext - a routing object factory contextconfigBlock - routing object configurationCopyright © 2013–2020 Hotels.com. All rights reserved.