Documentation ¶
Index ¶
Constants ¶
View Source
const ( // AddPublication command from client AddPublication int32 = 0x01 // RemovePublication command from client RemovePublication int32 = 0x02 // Add Exclusive Publication AddExclusivePublication int32 = 0x03 // AddSubscription command from client AddSubscription int32 = 0x04 // RemoveSubscription command from client RemoveSubscription int32 = 0x05 // ClientKeepalive message from client */ ClientKeepalive int32 = 0x06 AddDestination = 0x07 // Remove Destination RemoveDestination = 0x08 // Add Counter AddCounter = 0x09 // Remove Counter RemoveCounter = 0x0A // Client Close ClientClose = 0x0B )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CorrelatedMessage ¶
type CorrelatedMessage struct {}
type ImageMessage ¶
type ImageMessage struct { flyweight.FWBase CorrelationID flyweight.Int64Field SubscriptionRegistrationID flyweight.Int64Field StreamID flyweight.Int32Field Channel flyweight.StringField }
type PublicationMessage ¶
type PublicationMessage struct { flyweight.FWBase ClientID flyweight.Int64Field CorrelationID flyweight.Int64Field StreamID flyweight.Int32Field Channel flyweight.StringField }
type RemoveMessage ¶
type RemoveMessage struct { flyweight.FWBase ClientID flyweight.Int64Field CorrelationID flyweight.Int64Field RegistrationID flyweight.Int64Field }
type SubscriptionMessage ¶
type SubscriptionMessage struct { flyweight.FWBase ClientID flyweight.Int64Field CorrelationID flyweight.Int64Field RegistrationCorrelationID flyweight.Int64Field StreamID flyweight.Int32Field Channel flyweight.StringField }
Click to show internal directories.
Click to hide internal directories.