Services

object Services

Instantiates the services.

Types

Link copied to clipboard
@Context
class MultimediaServiceImpl(sessionService: SessionService, objectMapper: ObjectMapper, socketIOConfiguration: SocketIOConfiguration) : MultimediaSocketIOServer
Link copied to clipboard
@Singleton
class SessionServiceImpl(sessionRepository: SessionRepository, serverRepository: ServerRepository, directRepository: DirectRepository, sessionEventPublisher: SessionEventPublisher) : SessionService