Skip to content
This repository has been archived by the owner on Aug 6, 2020. It is now read-only.

playframework/play-iteratees

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

End of Life

The active Playframework contributors consider this repository has reached End of Life and archived it.

This repository is not being used anymore and won't get any further updates.

Thank you to all contributors that worked on this repository!

Play Iteratees Library

This is the Play iteratees library. It has two modules, play-iteratees, which provides the iteratees themselves, as well as play-iteratees-reactive-streams, which provides a reactive streams implementation on top of iteratees.

Library Dependencies

To add play-iteratees to your project:

libraryDependencies += "com.typesafe.play" %% "play-iteratees" % "2.6.1"

To add play-iteratees reactive streams to your project:

libraryDependencies += "com.typesafe.play" %% "play-iteratees-reactive-streams" % "2.6.1"

Documentation

The Play Iteratees implementation is described in the Play 2.5.x documentation on Iteratees. If you are looking to migrate from iteratees to streams, the migration guide has a section:

If you are using Play 2.6.x or higher and are looking for Streams class, you can find it under: