Crosser.Server Namespace |
Class | Description | |
---|---|---|
Bootstrapper |
Configure, initialize and get the Server instance using the bootstrapper.
| |
BootstrapperModules |
Modules configuration
| |
BootstrapperModulesEndpoints |
Endpoints configuration
| |
BootstrapperModulesLog |
Log configuration
| |
BootstrapperModulesPubSub |
Publish/Subscribe configuration
| |
BootstrapperModulesSecurity |
Security configuration
| |
BootstrapperModulesSerializer |
Serializer configuration
| |
BootstrapperSettings |
Configuration for the server
| |
BootstrapperSettingsControllers |
Settings for controllers
| |
BootstrapperSettingsEndpoints |
Endpoint settings
| |
BootstrapperSettingsHttp |
Http settings
| |
BootstrapperSettingsMessages |
Message settings
| |
BootstrapperSettingsPubSub |
Publish/Subscribe settings
| |
BootstrapperSettingsSecurity |
Security settings. Allows you to add user/password with roles.
The default IAuthentication module will authenticate connections against these settings
| |
BootstrapperSettingsSlowConsumerLimits |
Threasholds for identifying slow consumers
| |
BootstrapperSettingsStatistics |
Settings for statistics
| |
BootstrapperSettingsTransport |
Transport settings
| |
Server |
Main container. This object holds endpoints, connections, statistics etc
Use this to start up your communication server.
|