(topic string, args ...interface{})
| 34 | // ChainPuber defines publishing-related bus behavior. |
| 35 | type ChainPuber interface { |
| 36 | Publish(topic string, args ...interface{}) |
| 37 | } |
| 38 | |
| 39 | // BusController defines bus control behavior (checking handler's presence, synchronization). |
no outgoing calls