Class

com.lightbend.kafka.scala.streams

StreamsBuilderS

Related Doc: package streams

Permalink

class StreamsBuilderS extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StreamsBuilderS
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StreamsBuilderS()

    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 addGlobalStore(storeBuilder: StoreBuilder[_ <: StateStore], topic: String, sourceName: String, consumed: Consumed[_, _], processorName: String, stateUpdateSupplier: ProcessorSupplier[_, _]): StreamsBuilder

    Permalink
  5. def addStateStore(builder: StoreBuilder[_ <: StateStore]): StreamsBuilder

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def build(): Topology

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def globalTable[K, V](topic: String): GlobalKTable[K, V]

    Permalink
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. val inner: StreamsBuilder

    Permalink
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. def stream[K, V](topicPattern: Pattern, consumed: Consumed[K, V]): KStreamS[K, V]

    Permalink
  21. def stream[K, V](topicPattern: Pattern): KStreamS[K, V]

    Permalink
  22. def stream[K, V](topics: List[String], consumed: Consumed[K, V]): KStreamS[K, V]

    Permalink
  23. def stream[K, V](topics: List[String]): KStreamS[K, V]

    Permalink
  24. def stream[K, V](topic: String, consumed: Consumed[K, V]): KStreamS[K, V]

    Permalink
  25. def stream[K, V](topic: String): KStreamS[K, V]

    Permalink
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def table[K, V](topic: String, materialized: Materialized[K, V, KeyValueStore[Bytes, Array[Byte]]]): KTableS[K, V]

    Permalink
  28. def table[K, V](topic: String, consumed: Consumed[K, V], materialized: Materialized[K, V, KeyValueStore[Bytes, Array[Byte]]]): KTableS[K, V]

    Permalink
  29. def table[K, V](topic: String, consumed: Consumed[K, V]): KTableS[K, V]

    Permalink
  30. def table[K, V](topic: String): KTableS[K, V]

    Permalink
  31. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped