pathMessage Type

Represents a message type encapsulated either a string path or an end-of-stream message, which is used with an asynchronous reply channel

Union cases

Union case Description

EOS AsyncReplyChannel<unit>

Full Usage: EOS AsyncReplyChannel<unit>

Parameters:
Item : AsyncReplyChannel<unit>

Path string

Full Usage: Path string

Parameters:
    Item : string

Item : string