ServerServiceImpl

@Singleton
class ServerServiceImpl(serverRepository: ServerRepository, eventPublisher: ServerEventPublisher) : ServerService

Constructors

Link copied to clipboard
constructor(serverRepository: ServerRepository, eventPublisher: ServerEventPublisher)

Functions