Package akka.stream.impl.fusing
Class SubSink.CommandScheduledBeforeMaterialization
- java.lang.Object
-
- akka.stream.impl.fusing.SubSink.CommandScheduledBeforeMaterialization
-
- All Implemented Interfaces:
SubSink.State
- Direct Known Subclasses:
SubSink.CancelScheduledBeforeMaterialization$
,SubSink.RequestOneScheduledBeforeMaterialization$
public abstract static class SubSink.CommandScheduledBeforeMaterialization extends java.lang.Object implements SubSink.State
-
-
Constructor Summary
Constructors Constructor Description CommandScheduledBeforeMaterialization(SubSink.Command command)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SubSink.Command
command()
-
-
-
Constructor Detail
-
CommandScheduledBeforeMaterialization
public CommandScheduledBeforeMaterialization(SubSink.Command command)
-
-
Method Detail
-
command
public SubSink.Command command()
-
-