akka/akka-core
View on GitHubFold inHandlers, outHandlers into GraphLogic to avoid redundat object creation
Open
#19,752 opened on Feb 11, 2016
1 - triagedhelp wantedt:stream
Description
Example can be simple stage like LastOptionStage where GraphStageLogic can have onPush, onUpstreamFinish methods and then handler can be added like: setHandler(in,this).
Base on @rkuhn comment: https://github.com/akka/akka/pull/19634/files#r52571768