Packages

c

pl.touk.nussknacker.ui.api

MigrationApiHttpService

class MigrationApiHttpService extends BaseHttpService with LazyLogging

Linear Supertypes
LazyLogging, BaseHttpService, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MigrationApiHttpService
  2. LazyLogging
  3. BaseHttpService
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MigrationApiHttpService(authManager: AuthManager, migrationService: MigrationService, migrationApiAdapterService: MigrationApiAdapterService)(implicit ec: ExecutionContext)

Type Members

  1. implicit class ServerLogicExtension[INPUT, OUTPUT, BUSINESS_ERROR, -R] extends AnyRef
    Definition Classes
    BaseHttpService
  2. type LogicResult[BUSINESS_ERROR, RESULT] = Either[Either[BUSINESS_ERROR, SecurityError], RESULT]
    Definition Classes
    BaseHttpService

Value Members

  1. implicit val ec: ExecutionContext
  2. def serverEndpoints: List[NoRequirementServerEndpoint]
    Definition Classes
    BaseHttpService