EventType

Socket event types.

These are used together with $(FREF Socket.monitor), and are described in the $(ZMQREF zmq_socket_monitor()) reference.

Values

ValueMeaning
connectedZMQ_EVENT_CONNECTED

Corresponds to ZMQ_EVENT_CONNECTED.

connectDelayedZMQ_EVENT_CONNECT_DELAYED

Corresponds to ZMQ_EVENT_CONNECT_DELAYED.

connectRetriedZMQ_EVENT_CONNECT_RETRIED

Corresponds to ZMQ_EVENT_CONNECT_RETRIED.

listeningZMQ_EVENT_LISTENING

Corresponds to ZMQ_EVENT_LISTENING.

bindFailedZMQ_EVENT_BIND_FAILED

Corresponds to ZMQ_EVENT_BIND_FAILED.

acceptedZMQ_EVENT_ACCEPTED

Corresponds to ZMQ_EVENT_ACCEPTED.

acceptFailedZMQ_EVENT_ACCEPT_FAILED

Corresponds to ZMQ_EVENT_ACCEPT_FAILED.

closedZMQ_EVENT_CLOSED

Corresponds to ZMQ_EVENT_CLOSED.

closeFailedZMQ_EVENT_CLOSE_FAILED

Corresponds to ZMQ_EVENT_CLOSE_FAILED.

disconnectedZMQ_EVENT_DISCONNECTED

Corresponds to ZMQ_EVENT_DISCONNECTED.

monitorStoppedZMQ_EVENT_MONITOR_STOPPED

Corresponds to ZMQ_EVENT_MONITOR_STOPPED.

allZMQ_EVENT_ALL

Corresponds to ZMQ_EVENT_ALL.

handshakeFailedNoDetailZMQ_EVENT_HANDSHAKE_FAILED_NO_DETAIL

Corresponds to ZMQ_EVENT_HANDSHAKE_FAILED_NO_DETAIL.

handshakeSucceededZMQ_EVENT_HANDSHAKE_SUCCEEDED

Corresponds to ZMQ_EVENT_HANDSHAKE_SUCCEEDED.

handshakeFailedProtocolZMQ_EVENT_HANDSHAKE_FAILED_PROTOCOL

Corresponds to ZMQ_EVENT_HANDSHAKE_FAILED_PROTOCOL.

handshakeFailedAuthZMQ_EVENT_HANDSHAKE_FAILED_AUTH

Corresponds to ZMQ_EVENT_HANDSHAKE_FAILED_AUTH.

Meta