public class ZMQPushSocket<T> extends ZMQSocketWrapper
context_, port_, portSocketMap_, socket_, STARTING_PORT_NUMBER, type_| Constructor and Description |
|---|
ZMQPushSocket(Function<T,mmcorej.org.json.JSONObject> serializationFn) |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(int port) |
void |
push(T o)
Serialize the object and send it out to any pulling sockets
|
close, getPort, receiveMessage, sendMessagepublic void initialize(int port)
initialize in class ZMQSocketWrapperpublic void push(T o)
o - Copyright © 2023. All rights reserved.