MCPcopy Create free account
hub / github.com/CyCoreSystems/ari / Close

Method Close

bus.go:11–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9// redistributes events based on a subscription model.
10type Bus interface {
11 Close()
12 Sender
13 Subscriber
14}

Callers 9

makeRequestMethod · 0.65
CloseMethod · 0.65
listenMethod · 0.65
mainFunction · 0.65
mainFunction · 0.65
TestCloseFunction · 0.65
TestEventsFunction · 0.65
TestEventsMultipleKeysFunction · 0.65
mainFunction · 0.65

Implementers 7

Clientclient/arimocks/Client.go
Client_Expecterclient/arimocks/Client.go
Busclient/arimocks/Bus.go
Bus_Expecterclient/arimocks/Bus.go
Clientclient/native/client.go
busstdbus/bus.go
Monitorext/bridgemon/bridgemon.go

Calls

no outgoing calls

Tested by 3

TestCloseFunction · 0.52
TestEventsFunction · 0.52
TestEventsMultipleKeysFunction · 0.52