- peekMessage() - Method in class eneter.messaging.dataprocessing.messagequeueing.MessageQueue
-
Reads the first message from the queue.
- pongReceived() - Method in interface eneter.messaging.messagingsystems.websocketmessagingsystem.IWebSocketClientContext
-
The event is invoked when the pong message was received.
- pongReceived() - Method in class eneter.messaging.messagingsystems.websocketmessagingsystem.WebSocketClient
-
Event is invoked when the pong is received.
- ProtocolMessage - Class in eneter.messaging.messagingsystems.connectionprotocols
-
Message decoded by the protocol formatter.
- ProtocolMessage() - Constructor for class eneter.messaging.messagingsystems.connectionprotocols.ProtocolMessage
-
Default constructor.
- ProtocolMessage(EProtocolMessageType, String, Object) - Constructor for class eneter.messaging.messagingsystems.connectionprotocols.ProtocolMessage
-
Constructs the protocol message from the given parameters.
- PublishInfoEventArgs - Class in eneter.messaging.nodes.broker
-
Event argument used when the broker published a message.
- PublishInfoEventArgs(String, String, Object, int) - Constructor for class eneter.messaging.nodes.broker.PublishInfoEventArgs
-
Constructs the event.