Uses of Interface
is.codion.framework.server.EntityServerConfiguration
Packages that use EntityServerConfiguration
Package
Description
Package configuration values:
CONNECTION_POOL_FACTORY_CLASS
CONNECTION_LIMIT
CLIENT_CONNECTION_TIMEOUT
CLIENT_LOGGING
CONNECTION_POOL_USERS
DOMAIN_MODEL_CLASSES
-
Uses of EntityServerConfiguration in is.codion.framework.server
Methods in is.codion.framework.server that return EntityServerConfigurationMethods in is.codion.framework.server with parameters of type EntityServerConfigurationModifier and TypeMethodDescriptionstatic EntityServer
EntityServer.startServer
(EntityServerConfiguration configuration) Starts the server.Constructors in is.codion.framework.server with parameters of type EntityServerConfigurationModifierConstructorDescriptionEntityServer
(EntityServerConfiguration configuration) Constructs a new EntityServer and binds it to a registry on the port found in the configuration.