Fluxtion
  • Fluxtion
  • Getting started
    • Quick start
    • Developer workflow
  • Concepts
    • Static event processor
      • Event processing
      • Memory model
    • Event stream compiler
      • Graph building
    • Building, classpath and execution
    • Structured processing
  • Examples
    • Core reference
      • Integrating user classes
        • Event handling
        • Event filtering
        • Multiple handlers per class
        • Event pipeline
        • Event graph
        • Parent source identification
        • Parent collection
        • Dirty node conditional branching
        • Clean node conditional branching
        • Push node reference
        • Event propagation control
        • Post event processing
        • Batch processing
        • Generation output control
          • Naming strategies
        • Dependency injection container
          • Scalar property injection
          • Vector property injection
          • Reflection property injection
          • Lifecycle integration
      • Graph building
        • Imperative
        • Data driven
        • Dependency Injection
      • Auditing
  • Stream programming
  • FAQ
  • Extensions
    • Introduction
    • Tools
      • Fluxtion compiler
      • Maven plugin
      • Visual analyser
    • Streaming
      • Introduction 2
    • Text
      • CSV processing
        • Building CSV marshaller
        • Validation
        • Downstream processing
        • Multi-type dispatch
Powered by GitBook
On this page

Was this helpful?

  1. Extensions

Streaming

Stream like functions to build processing graphs

Fluxtion provides a stream-like api for constructing execution graphs, inspired by java streams introduced in Java 8. The api should be familiar to developers and an easier place for new users of Fluxtion to start.

PreviousVisual analyserNextIntroduction 2

Last updated 6 years ago

Was this helpful?