| GraphStageLogicGetHandler Method (Inlet) |
Retrieves the current callback for the events on the given
InletT
Namespace:
Akka.Streams.Stage
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax protected IInHandler GetHandler(
Inlet inlet
)
member GetHandler :
inlet : Inlet -> IInHandler
Parameters
- inlet
- Type: Akka.StreamsInlet
TBD
Return Value
Type:
IInHandlerTBD
See Also