Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Conn ¶
type Conn struct {
// contains filtered or unexported fields
}
Conn implements transport.TopicConnection and represents a subscribe/send pair for a NATS topic
type Transport ¶
type Transport struct {
// contains filtered or unexported fields
}
Transport is a transport that connects Grav nodes via NATS
func (*Transport) ConnectTopic ¶
func (t *Transport) ConnectTopic(topic string) (bus.BridgeConnection, error)
ConnectTopic connects to a topic if the transport is a bridge
Click to show internal directories.
Click to hide internal directories.