MCPcopy Create free account
hub / github.com/CyCoreSystems/ari-proxy / Connect

Method Connect

messagebus/messagebus.go:41–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39// Server defines the functions used on ari-proxy server
40type Server interface {
41 Connect() error
42 Close()
43
44 SubscribePing(topic string, callback PingHandler) (Subscription, error)

Callers 4

StartMethod · 0.65
natsConnectFunction · 0.65
ListenMethod · 0.65
ConnectMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected