Package com.github.euler.file
Class BasicFilePropertiesExecution
- java.lang.Object
-
- akka.actor.typed.Behavior<T>
-
- akka.actor.typed.ExtensibleBehavior<T>
-
- akka.actor.typed.javadsl.AbstractBehavior<TaskCommand>
-
- com.github.euler.file.BasicFilePropertiesExecution
-
public class BasicFilePropertiesExecution extends akka.actor.typed.javadsl.AbstractBehavior<TaskCommand>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class akka.actor.typed.Behavior
akka.actor.typed.Behavior.BehaviorDecorators<Inner extends Object>, akka.actor.typed.Behavior.BehaviorDecorators$
-
-
Constructor Summary
Constructors Constructor Description BasicFilePropertiesExecution(akka.actor.typed.javadsl.ActorContext<TaskCommand> context)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static akka.actor.typed.Behavior<TaskCommand>create()akka.actor.typed.javadsl.Receive<TaskCommand>createReceive()-
Methods inherited from class akka.actor.typed.javadsl.AbstractBehavior
getContext, newReceiveBuilder, receive, receiveSignal
-
-
-
-
Constructor Detail
-
BasicFilePropertiesExecution
public BasicFilePropertiesExecution(akka.actor.typed.javadsl.ActorContext<TaskCommand> context)
-
-
Method Detail
-
create
public static akka.actor.typed.Behavior<TaskCommand> create()
-
createReceive
public akka.actor.typed.javadsl.Receive<TaskCommand> createReceive()
- Specified by:
createReceivein classakka.actor.typed.javadsl.AbstractBehavior<TaskCommand>
-
-