public class RegistryComponent extends Object implements IComponent
| Constructor and Description |
|---|
RegistryComponent()
Default constructor that loads default configurations
|
RegistryComponent(BaSyxContextConfiguration contextConfig)
Constructor with given configuration for the registry and its server context.
|
RegistryComponent(BaSyxContextConfiguration contextConfig,
BaSyxMongoDBConfiguration mongoDBConfig)
Constructor with given configuration for the registry and its server context.
|
RegistryComponent(BaSyxContextConfiguration contextConfig,
BaSyxRegistryConfiguration registryConfig)
Constructor with given configuration for the registry and its server context.
|
RegistryComponent(BaSyxContextConfiguration contextConfig,
BaSyxSQLConfiguration sqlConfig)
Constructor with given configuration for the registry and its server context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
startComponent()
Starts the context at http://${hostName}:${port}/${path}
|
void |
stopComponent() |
public RegistryComponent()
public RegistryComponent(BaSyxContextConfiguration contextConfig)
contextConfig - The context configurationpublic RegistryComponent(BaSyxContextConfiguration contextConfig, BaSyxMongoDBConfiguration mongoDBConfig)
contextConfig - The context configurationmongoDBConfig - The mongoDB configurationpublic RegistryComponent(BaSyxContextConfiguration contextConfig, BaSyxSQLConfiguration sqlConfig)
contextConfig - The context configurationsqlConfig - The sql configurationpublic RegistryComponent(BaSyxContextConfiguration contextConfig, BaSyxRegistryConfiguration registryConfig)
contextConfig - The context configurationregistryConfig - The registry configurationpublic void startComponent()
startComponent in interface IComponentpublic void stopComponent()
stopComponent in interface IComponentCopyright © 2021. All rights reserved.