PHP Class Prose\UsingZmqContext

Inheritance: extends Prose
Datei anzeigen Open project: datasift/storyplayer

Protected Properties

Property Type Description
$socketMap

Public Methods

Method Description
__construct ( Storyteller $st, $params = [] )
bindToPort ( $port, $socketType, $sendHwm = 100, $recvHwm = 100 )
connectToHost ( $hostId, $port, $socketType, $sendHwm = 100, $recvHwm = 100 )
getZmqContext ( )

Method Details

__construct() public method

public __construct ( Storyteller $st, $params = [] )
$st Storyteller

bindToPort() public method

public bindToPort ( $port, $socketType, $sendHwm = 100, $recvHwm = 100 )

connectToHost() public method

public connectToHost ( $hostId, $port, $socketType, $sendHwm = 100, $recvHwm = 100 )

getZmqContext() public method

public getZmqContext ( )

Property Details

$socketMap protected_oe property

protected $socketMap