Package

com.bwsw.sj.engine.regular.task.engine

input

Permalink

package input

Visibility
  1. Public
  2. All

Type Members

  1. class CompleteTaskInputService extends TaskInputService

    Permalink

    Class is responsible for handling kafka inputs and t-stream inputs

  2. class KafkaTaskInputService extends TaskInputService

    Permalink

    Class is responsible for launching kafka consumers that put consumed message, which are wrapped in envelope, into a common queue and handling producers to save offsets for further recovering after fails

  3. abstract class RegularTaskInputService extends Callable[Unit]

    Permalink

    Class is responsible for handling an input streams of specific type(types), i.e.

    Class is responsible for handling an input streams of specific type(types), i.e. for consuming, processing and sending the input envelopes

  4. class RegularTaskInputServiceFactory extends AnyRef

    Permalink

    Factory is in charge of creating of a task input service of regular engine

Ungrouped