Package

pl.touk.nussknacker.engine.flink.api

process

Permalink

package process

Visibility
  1. Public
  2. All

Type Members

  1. case class FlinkCustomNodeContext(metaData: MetaData, nodeId: String, timeout: FiniteDuration, exceptionHandler: (ClassLoader) ⇒ FlinkEspExceptionHandler, signalSenderProvider: FlinkProcessSignalSenderProvider) extends Product with Serializable

    Permalink
  2. trait FlinkCustomStreamTransformation extends AnyRef

    Permalink
  3. class FlinkProcessSignalSenderProvider extends AnyRef

    Permalink
  4. trait FlinkSink extends Sink

    Permalink
  5. trait FlinkSource[T] extends Source[T]

    Permalink

    Source with methods specific for Flink

    Source with methods specific for Flink

    T

    - type of event that is generated by this source. This is needed to handle e.g. syntax suggestions in UI

  6. abstract class FlinkSourceFactory[T] extends SourceFactory[T] with Serializable

    Permalink
  7. case class SignalSenderKey(id: String, klass: Class[_]) extends Product with Serializable

    Permalink

Value Members

  1. object FlinkCustomStreamTransformation

    Permalink
  2. object FlinkSourceFactory extends Serializable

    Permalink

Ungrouped