root
root
API
play.api.libs.streams
Accumulator
Accumulator
ActorFlow
GzipFlow
PekkoStreams
Probes
root
/
play.api.libs.streams
/
Probes
Probes
play.api.libs.streams.Probes
object
Probes
Probes, for debugging reactive streams.
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
Probes
.
type
Members list
Clear all
Value members
Concrete methods
def
flowProbe
[
T
](
name
:
String
,
messageLogger
:
T
=>
String
):
Flow
[
T
,
T
,
_
]
def
processorProbe
[
In
,
Out
](
name
:
String
,
processor
:
Processor
[
In
,
Out
],
inLogger
:
In
=>
String
,
outLogger
:
Out
=>
String
):
Processor
[
In
,
Out
]
def
publisherProbe
[
T
](
name
:
String
,
publisher
:
Publisher
[
T
],
messageLogger
:
T
=>
String
):
Publisher
[
T
]
def
subscriberProbe
[
T
](
name
:
String
,
subscriber
:
Subscriber
[
_
>:
T
],
messageLogger
:
T
=>
String
,
start
:
Long
):
Subscriber
[
T
]
def
subscriptionProbe
(
name
:
String
,
subscription
:
Subscription
,
start
:
Long
):
Subscription
In this article
Attributes
Members list
Value members
Concrete methods