Uses of Interface
is.codion.framework.server.EntityServerConfiguration
Packages that use EntityServerConfiguration
Package
Description
Package configuration values:
CONNECTION_POOL_FACTORY
CONNECTION_LIMIT
CLIENT_CONNECTION_TIMEOUT
METHOD_TRACING
CONNECTION_POOL_USERS
DOMAIN_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 EntityServerEntityServer.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.