All Downloads are FREE. Search and download functionalities are using the official Maven repository.

automately.core.services.sdk.README.md Maven / Gradle / Ivy

### automately.core.services.sdk - The SDK Server

This package contains a very important piece of Automately that is is very essential to the Automately SDK. The SDK Server.
In this package it pretty much contains the SdkSockJSServer, SdkAuthManager, and the SdkEventManager.

SdkSockJSServer - This is a [SockJS](https://github.com/sockjs) server that is started up that is used for the [Automately SDK](https://github.com/Automately/automately-sdk)'s MessageBus.

SdkAuthManager - This is an EventBusService that handles the security for the SdkSockJSServer

SdkEventManager - This is an EventBusService that acts pretty much as a conductor for the EventBus and MessageBus

### jcluster.json Configuration
```
  {"automately" : { core : { "sdk_httpserver_host" : "0.0.0.0", "sdk_httpserver_port" : 9080 }}}
```

sdk_httpserver_host - The hostname you wish the SDK HTTP Server to listen on (default: 0.0.0.0)

sdk_httpserver_port - The port you wish the SDL HTTP Server to listen on (port: 9080)

Supported roles: all, api, sdk




© 2015 - 2025 Weber Informatics LLC | Privacy Policy