edomata.core.ResponseT
See theResponseT companion object
Representation of programs that decide and emit notifications
This adds capability of emiting notifications/integration events to effectful programs
Type parameters
- A
-
output type
- N
-
notification type
- R
-
rejection type
- RES
-
effect type
Attributes
- Companion
- object
- Source
- ResponseT.scala
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Attributes
- Source
- ResponseT.scala
Attributes
- Source
- ResponseT.scala
Attributes
- Source
- ResponseT.scala
Attributes
- Source
- ResponseT.scala
Attributes
- Source
- ResponseT.scala
Adds notification without considering decision state
publishes these notifications if this program result is rejected
If it is rejected, uses given function to decide what to publish
Clears all notifications so far
In this article