Package akka.stream.snapshot
Interface ConnectionSnapshot
-
public interface ConnectionSnapshot
Not for user extension
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ConnectionSnapshot.Closed$
static interface
ConnectionSnapshot.ConnectionState
Not for user extensionstatic class
ConnectionSnapshot.ShouldPull$
static class
ConnectionSnapshot.ShouldPush$
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LogicSnapshot
in()
LogicSnapshot
out()
ConnectionSnapshot.ConnectionState
state()
-
-
-
Method Detail
-
in
LogicSnapshot in()
-
out
LogicSnapshot out()
-
state
ConnectionSnapshot.ConnectionState state()
-
-