| Constructor and Description |
|---|
StyxPipelineFactory(RoutingObjectFactory.Context builtinRoutingObjects,
Environment environment,
Map<String,StyxService> services,
List<NamedPlugin> plugins,
NettyExecutor executor) |
| Constructor and Description |
|---|
RoutingObjectHandler(<any> routeDatabase,
RoutingObjectFactory.Context routingObjectFactoryContext) |
| Modifier and Type | Method and Description |
|---|---|
static RoutingObject |
Builtins.build(List<String> parents,
RoutingObjectFactory.Context context,
StyxObjectConfiguration configNode)
Buiulds a routing object.
|
RoutingObject |
RoutingObjectFactory.build(List<String> fullName,
RoutingObjectFactory.Context context,
StyxObjectDefinition configBlock)
Constructs a RoutingObject instance according to configuration block.
|
static StyxService |
Builtins.build(String name,
StyxObjectDefinition providerDef,
<any> serviceDb,
Map<String,ServiceProviderFactory> factories,
RoutingObjectFactory.Context context)
Builds a Styx service.
|
static InetServer |
Builtins.buildServer(String name,
StyxObjectDefinition serverDef,
<any> serverDb,
Map<String,StyxServerFactory> factories,
RoutingObjectFactory.Context context)
Builds a Styx server.
|
| Modifier and Type | Method and Description |
|---|---|
StyxService |
ServiceProviderFactory.create(String name,
RoutingObjectFactory.Context context,
com.fasterxml.jackson.databind.JsonNode serviceConfiguration,
<any> serviceDb)
Create a service provider instance.
|
InetServer |
StyxServerFactory.create(String name,
RoutingObjectFactory.Context context,
com.fasterxml.jackson.databind.JsonNode serviceConfiguration,
<any> serviceDb)
Create a service provider instance.
|
| Modifier and Type | Method and Description |
|---|---|
RoutingObjectFactory.Context |
StyxServerComponents.routingObjectFactoryContext() |
Copyright © 2013–2020 Hotels.com. All rights reserved.