Documentation
¶
Index ¶
- type Message
- func (m *Message) GetErrorCount() uint64
- func (m *Message) GetId() string
- func (m *Message) GetPrefix() (prefix string)
- func (m *Message) GetRoutingKey() string
- func (m *Message) GetValues() map[string]interface{}
- func (m *Message) SetErrorCount(count uint64)
- func (m *Message) SetErrorIncr()
- func (m *Message) SetId(id string)
- func (m *Message) SetPrefix(prefix string)
- func (m *Message) SetRoutingKey(routingKey string)
- func (m *Message) SetValues(values map[string]interface{})
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 Values map[string]interface{} GroupId string ErrorCount uint64 }
func (*Message) GetErrorCount ¶
func (*Message) GetRoutingKey ¶
func (*Message) SetErrorCount ¶
func (*Message) SetErrorIncr ¶
func (m *Message) SetErrorIncr()
func (*Message) SetRoutingKey ¶
Click to show internal directories.
Click to hide internal directories.