Package com.github.euler.file
Class BasicFilePropertiesTask
- java.lang.Object
-
- com.github.euler.file.BasicFilePropertiesTask
-
-
Constructor Summary
Constructors Constructor Description BasicFilePropertiesTask(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccept(JobTaskToProcess msg)akka.actor.typed.Behavior<TaskCommand>behavior()Stringname()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.github.euler.core.Task
isFlushable
-
-
-
-
Constructor Detail
-
BasicFilePropertiesTask
public BasicFilePropertiesTask(String name)
-
-
Method Detail
-
behavior
public akka.actor.typed.Behavior<TaskCommand> behavior()
-
accept
public boolean accept(JobTaskToProcess msg)
-
-