NoncriticalService

Defines noncritical service.

If a noncritical service fails during startup, it does not halt server creation.

class Object
trait Matchable
class Any

Value members

Inherited methods

def name: String

Gets service name.

Gets service name.

Inherited from
ManagedService
def start(server: HttpServer): Unit

Starts service.

Starts service.

Value Params
server

associated server

Inherited from
ManagedService
def stop(): Unit

Stops service.

Stops service.

Note

A service's stop() method may be invoked without prior invocation of start().

Inherited from
ManagedService