Documentation ¶
Index ¶
- type Message
- func (m *Message) GetErrorCount() uint64
- func (m *Message) GetExchange() string
- func (m *Message) GetId() string
- func (m *Message) GetRoutingKey() string
- func (m *Message) GetValue() any
- func (m *Message) SetErrorCount(count uint64)
- func (m *Message) SetErrorIncr()
- func (m *Message) SetExchange(exchange string)
- func (m *Message) SetId(id string)
- func (m *Message) SetRoutingKey(routingKey string)
- func (m *Message) SetValue(values any)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Message ¶
type Message struct { Id string RoutingKey string Exchange string Values any GroupId string ErrorCount uint64 }
func (*Message) GetErrorCount ¶
func (*Message) GetExchange ¶ added in v2.0.62
func (*Message) GetRoutingKey ¶
func (*Message) SetErrorCount ¶
func (*Message) SetErrorIncr ¶
func (m *Message) SetErrorIncr()
func (*Message) SetExchange ¶ added in v2.0.62
func (*Message) SetRoutingKey ¶
Click to show internal directories.
Click to hide internal directories.