c

pl.touk.nussknacker.ui.process.migrate

HttpRemoteEnvironment

class HttpRemoteEnvironment extends StandardRemoteEnvironment with LazyLogging with AutoCloseable

Linear Supertypes
AutoCloseable, StandardRemoteEnvironment, LazyLogging, RemoteEnvironment, FailFastCirceSupport, FailFastUnmarshaller, BaseCirceSupport, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HttpRemoteEnvironment
  2. AutoCloseable
  3. StandardRemoteEnvironment
  4. LazyLogging
  5. RemoteEnvironment
  6. FailFastCirceSupport
  7. FailFastUnmarshaller
  8. BaseCirceSupport
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new HttpRemoteEnvironment(httpConfig: HttpRemoteEnvironmentConfig, testModelMigrations: TestModelMigrations, environmentId: String)(implicit as: ActorSystem, materializer: Materializer)

Type Members

  1. type SourceOf[A] = Source[A, _]
    Definition Classes
    BaseCirceSupport

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def baseUri: Uri
    Definition Classes
    StandardRemoteEnvironment
  6. def byteStringJsonUnmarshaller: Unmarshaller[ByteString, Json]
    Definition Classes
    BaseCirceSupport
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  8. def close(): Unit
    Definition Classes
    HttpRemoteEnvironment → AutoCloseable
  9. def closeAsync(): Future[Unit]
  10. def compare(localGraph: ScenarioGraph, remoteProcessName: ProcessName, remoteProcessVersion: Option[VersionId])(implicit ec: ExecutionContext): Future[Either[NuDesignerError, Map[String, Difference]]]
  11. val config: StandardRemoteEnvironmentConfig
  12. val environmentId: String
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. implicit final def fromByteStringUnmarshaller[A](implicit arg0: Decoder[A]): Unmarshaller[ByteString, A]
    Definition Classes
    FailFastUnmarshaller
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  18. val http: HttpExt
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. implicit final def jsonMarshaller(implicit printer: Printer): ToEntityMarshaller[Json]
    Definition Classes
    BaseCirceSupport
  21. implicit final val jsonUnmarshaller: FromEntityUnmarshaller[Json]
    Definition Classes
    BaseCirceSupport
  22. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
    Annotations
    @transient()
  23. implicit final def marshaller[A](implicit arg0: Encoder[A], printer: Printer): ToEntityMarshaller[A]
    Definition Classes
    BaseCirceSupport
  24. implicit val materializer: Materializer
  25. def mediaTypes: Seq[WithFixedCharset]
    Definition Classes
    BaseCirceSupport
  26. def migrate(processingMode: ProcessingMode, engineSetupName: EngineSetupName, processCategory: String, scenarioLabels: List[String], scenarioGraph: ScenarioGraph, localScenarioVersionId: VersionId, processName: ProcessName, isFragment: Boolean)(implicit ec: ExecutionContext, loggedUser: LoggedUser): Future[Either[NuDesignerError, Unit]]
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  30. val passUsernameInMigration: Boolean
  31. def processVersions(processName: ProcessName)(implicit ec: ExecutionContext): Future[List[ScenarioVersion]]
  32. def request(uri: Uri, method: HttpMethod, request: MessageEntity, headers: Seq[HttpHeader]): Future[HttpResponse]
    Attributes
    protected
    Definition Classes
    HttpRemoteEnvironmentStandardRemoteEnvironment
  33. implicit final val safeJsonUnmarshaller: FromEntityUnmarshaller[Either[ParsingFailure, Json]]
    Definition Classes
    BaseCirceSupport
  34. implicit final def safeUnmarshaller[A](implicit arg0: Decoder[A]): FromEntityUnmarshaller[Either[Error, A]]
    Definition Classes
    FailFastUnmarshaller
  35. implicit def sourceMarshaller[A](implicit writes: Encoder[A], printer: Printer, support: JsonEntityStreamingSupport): ToEntityMarshaller[SourceOf[A]]
    Definition Classes
    BaseCirceSupport
  36. implicit def sourceUnmarshaller[A](implicit arg0: Decoder[A], support: JsonEntityStreamingSupport): FromEntityUnmarshaller[SourceOf[A]]
    Definition Classes
    BaseCirceSupport
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def testMigration(processToInclude: (ScenarioWithDetailsForMigrations) => Boolean = _ => true, batchingExecutionContext: ExecutionContext)(implicit ec: ExecutionContext, user: LoggedUser): Future[Either[NuDesignerError, List[TestMigrationResult]]]
  39. val testModelMigrations: TestModelMigrations
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. implicit final def unmarshaller[A](implicit arg0: Decoder[A]): FromEntityUnmarshaller[A]
    Definition Classes
    FailFastUnmarshaller
  42. def unmarshallerContentTypes: Seq[ContentTypeRange]
    Definition Classes
    BaseCirceSupport
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AutoCloseable

Inherited from LazyLogging

Inherited from RemoteEnvironment

Inherited from FailFastCirceSupport

Inherited from FailFastUnmarshaller

Inherited from BaseCirceSupport

Inherited from AnyRef

Inherited from Any

Ungrouped