Class: Prosody::ExciseMessage
- Inherits:
-
Object
- Object
- Prosody::ExciseMessage
- Defined in:
- lib/prosody/native_stubs.rb,
sig/prosody.rbs
Overview
Represents an excise record with no payload.
Instance Method Summary collapse
-
#key ⇒ String
The message key.
-
#offset ⇒ Integer
The message offset.
-
#partition ⇒ Integer
The partition number.
-
#timestamp ⇒ Time
The record timestamp.
-
#topic ⇒ String
The topic name.
Instance Method Details
#key ⇒ String
Returns The message key.
330 |
# File 'lib/prosody/native_stubs.rb', line 330 def key = raise NotImplementedError, "This method is implemented natively in Rust" |
#offset ⇒ Integer
Returns The message offset.
327 |
# File 'lib/prosody/native_stubs.rb', line 327 def offset = raise NotImplementedError, "This method is implemented natively in Rust" |
#partition ⇒ Integer
Returns The partition number.
324 |
# File 'lib/prosody/native_stubs.rb', line 324 def partition = raise NotImplementedError, "This method is implemented natively in Rust" |
#timestamp ⇒ Time
Returns The record timestamp.
333 |
# File 'lib/prosody/native_stubs.rb', line 333 def = raise NotImplementedError, "This method is implemented natively in Rust" |
#topic ⇒ String
Returns The topic name.
321 |
# File 'lib/prosody/native_stubs.rb', line 321 def topic = raise NotImplementedError, "This method is implemented natively in Rust" |