QueueActor

tasks.queue.QueueActor
See theQueueActor companion class
object QueueActor

Attributes

Companion
class
Experimental
true
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
QueueActor.type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def makeReference(masterAddress: SimpleSocketAddress, messenger: Messenger, remoteNodeRegistry: Option[RemoteNodeRegistry])(implicit config: TasksConfig): IO[Either[Throwable, QueueActor]]
def makeWithRunloop(cache: TaskResultCache, messenger: Messenger)(implicit config: TasksConfig): Resource[IO, QueueActor]