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

Method Events

client/bus/bus.go:115–117  ·  view source on GitHub ↗

Events returns the channel on which events from this subscription will be sent

()

Source from the content-addressed store, hash-verified

113
114// Events returns the channel on which events from this subscription will be sent
115func (s *Subscription) Events() <-chan ari.Event {
116 return s.eventChan
117}
118
119// Cancel destroys the subscription
120func (s *Subscription) Cancel() {

Callers 3

manageBridgeFunction · 0.80
channelHandlerFunction · 0.80
runEventHandlerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected