Class: Pulsar::Internal::FrameCodec::DecodedMessageData

Inherits:
Struct
  • Object
show all
Defined in:
lib/pulsar/internal/frame_codec.rb

Instance Attribute Summary collapse

Instance Attribute Details

#metadataObject

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



8
9
10
# File 'lib/pulsar/internal/frame_codec.rb', line 8

def 
  @metadata
end

#payloadObject

Returns the value of attribute payload

Returns:

  • (Object)

    the current value of payload



8
9
10
# File 'lib/pulsar/internal/frame_codec.rb', line 8

def payload
  @payload
end