Esempio n. 1
0
// Register ZeroMQ protocol.
func init() {
	proto.Register("zmq4", &DozerProtocolZeroMQ{})
}
Esempio n. 2
0
// Register stomp protocol.
func init() {
	proto.Register("stomp", &DozerProtocolStomp{})
}