+doc java sample code for detached stage
This commit is contained in:
parent
0d8fd40b09
commit
d9386c8cc5
3 changed files with 119 additions and 24 deletions
|
|
@ -239,7 +239,8 @@ class FlexiDocSpec extends AkkaSpec {
|
|||
"flexi route completion handling" in {
|
||||
import FanOutShape._
|
||||
//#flexiroute-completion
|
||||
class ImportantRouteShape[A](_init: Init[A] = Name[A]("ImportantRoute")) extends FanOutShape[A](_init) {
|
||||
class ImportantRouteShape[A](_init: Init[A] = Name[A]("ImportantRoute"))
|
||||
extends FanOutShape[A](_init) {
|
||||
val important = newOutlet[A]("important")
|
||||
val additional1 = newOutlet[A]("additional1")
|
||||
val additional2 = newOutlet[A]("additional2")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue