Class

pl.touk.nussknacker.engine.demo

DemoProcessConfigCreator

Related Doc: package demo

Permalink

class DemoProcessConfigCreator extends ProcessConfigCreator

Linear Supertypes
ProcessConfigCreator, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DemoProcessConfigCreator
  2. ProcessConfigCreator
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DemoProcessConfigCreator()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def all[T](value: T): WithCategories[T]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def asyncExecutionContextPreparer(processObjectDependencies: ProcessObjectDependencies): Option[AsyncExecutionContextPreparer]

    Permalink
    Definition Classes
    ProcessConfigCreator
  7. def buildInfo(): Map[String, String]

    Permalink
    Definition Classes
    DemoProcessConfigCreator → ProcessConfigCreator
  8. def classExtractionSettings(processObjectDependencies: ProcessObjectDependencies): ClassExtractionSettings

    Permalink
    Definition Classes
    ProcessConfigCreator
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  10. def customStreamTransformers(processObjectDependencies: ProcessObjectDependencies): Map[String, WithCategories[CustomStreamTransformer]]

    Permalink
    Definition Classes
    DemoProcessConfigCreator → ProcessConfigCreator
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def exceptionHandlerFactory(processObjectDependencies: ProcessObjectDependencies): ExceptionHandlerFactory

    Permalink
    Definition Classes
    DemoProcessConfigCreator → ProcessConfigCreator
  14. def expressionConfig(processObjectDependencies: ProcessObjectDependencies): ExpressionConfig

    Permalink
    Definition Classes
    DemoProcessConfigCreator → ProcessConfigCreator
  15. def fraud[T](value: T): WithCategories[T]

    Permalink
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def listeners(processObjectDependencies: ProcessObjectDependencies): Seq[ProcessListener]

    Permalink
    Definition Classes
    DemoProcessConfigCreator → ProcessConfigCreator
  20. def marketing[T](value: T): WithCategories[T]

    Permalink
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  24. def services(processObjectDependencies: ProcessObjectDependencies): Map[String, WithCategories[Service]]

    Permalink
    Definition Classes
    DemoProcessConfigCreator → ProcessConfigCreator
  25. def signals(processObjectDependencies: ProcessObjectDependencies): Map[String, WithCategories[ProcessSignalSender]]

    Permalink
    Definition Classes
    DemoProcessConfigCreator → ProcessConfigCreator
  26. def sinkFactories(processObjectDependencies: ProcessObjectDependencies): Map[String, WithCategories[SinkFactory]]

    Permalink
    Definition Classes
    DemoProcessConfigCreator → ProcessConfigCreator
  27. def sourceFactories(processObjectDependencies: ProcessObjectDependencies): Map[String, WithCategories[SourceFactory[_]]]

    Permalink
    Definition Classes
    DemoProcessConfigCreator → ProcessConfigCreator
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from ProcessConfigCreator

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped