Class: Pulsar::Internal::FrameCodec::DecodedMessageData
- Inherits:
-
Struct
- Object
- Struct
- Pulsar::Internal::FrameCodec::DecodedMessageData
- Defined in:
- lib/pulsar/internal/frame_codec.rb
Instance Attribute Summary collapse
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#payload ⇒ Object
Returns the value of attribute payload.
Instance Attribute Details
#metadata ⇒ Object
Returns the value of attribute metadata
8 9 10 |
# File 'lib/pulsar/internal/frame_codec.rb', line 8 def @metadata end |
#payload ⇒ Object
Returns the value of attribute payload
8 9 10 |
# File 'lib/pulsar/internal/frame_codec.rb', line 8 def payload @payload end |