Package com.github.euler.tika
Class ParseTask
- java.lang.Object
-
- com.github.euler.tika.ParseTask
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classParseTask.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccept(JobTaskToProcess msg)akka.actor.typed.Behavior<TaskCommand>behavior()static ParseTask.Builderbuilder(String name, StreamFactory streamFactory, StorageStrategy parsedContentStrategy, StorageStrategy embeddedContentStrategy)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
-
-
-
-
Method Detail
-
behavior
public akka.actor.typed.Behavior<TaskCommand> behavior()
-
accept
public boolean accept(JobTaskToProcess msg)
-
builder
public static ParseTask.Builder builder(String name, StreamFactory streamFactory, StorageStrategy parsedContentStrategy, StorageStrategy embeddedContentStrategy)
-
-