Packages

t

pl.touk.nussknacker.engine.requestresponse.api

RequestResponsePostSource

trait RequestResponsePostSource[T] extends RequestResponseSource[T]

Linear Supertypes
RequestResponseSource[T], BaseLiteSource[Any], Lifecycle, AutoCloseable, LiteSource[Any], Source, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RequestResponsePostSource
  2. RequestResponseSource
  3. BaseLiteSource
  4. Lifecycle
  5. AutoCloseable
  6. LiteSource
  7. Source
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def nodeId: NodeId
    Definition Classes
    BaseLiteSource
  2. abstract def parse(parameters: Array[Byte]): T

Concrete 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 clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. def close(): Unit
    Definition Classes
    Lifecycle → AutoCloseable
  7. val context: EngineRuntimeContext
    Attributes
    protected
    Definition Classes
    BaseLiteSource
  8. val contextIdGenerator: ContextIdGenerator
    Attributes
    protected
    Definition Classes
    BaseLiteSource
  9. def createTransformation[F[_]](componentContext: CustomComponentContext[F])(implicit arg0: Monad[F]): (Any) ⇒ ValidatedNel[ErrorType, Context]
    Definition Classes
    BaseLiteSource → LiteSource
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def open(context: EngineRuntimeContext): Unit
    Definition Classes
    BaseLiteSource → Lifecycle
  19. def openApiDefinition: Option[OpenApiSourceDefinition]
    Definition Classes
    RequestResponseSource
  20. def responseEncoder: Option[ResponseEncoder[T]]
    Definition Classes
    RequestResponseSource
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. def transform(record: Any): Context
    Definition Classes
    RequestResponseSource → BaseLiteSource
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from RequestResponseSource[T]

Inherited from BaseLiteSource[Any]

Inherited from Lifecycle

Inherited from AutoCloseable

Inherited from LiteSource[Any]

Inherited from Source

Inherited from AnyRef

Inherited from Any

Ungrouped