Nexus API Reference

InMemoryWorkerDirectory
in package
implements WorkerDirectory

FinalYes
Tags
psalm-api

Table of Contents

Interfaces

WorkerDirectory

Methods

has()  : bool
lookup()  : int|null
register()  : void

Methods

has()

public has(string $path) : bool
Parameters
$path : string
Attributes
#[Override]
Return values
bool

lookup()

public lookup(string $path) : int|null
Parameters
$path : string
Attributes
#[Override]
Return values
int|null

register()

public register(string $path, int $workerId) : void
Parameters
$path : string
$workerId : int
Attributes
#[Override]
On this page

Search results