BrokerID returns broker ID assigned to the broker.
()
| 118 | |
| 119 | // BrokerID returns broker ID assigned to the broker. |
| 120 | func (b *MockBroker) BrokerID() int32 { |
| 121 | return b.brokerID |
| 122 | } |
| 123 | |
| 124 | // History returns a slice of RequestResponse pairs in the order they were |
| 125 | // processed by the broker. Note that in case of multiple connections to the |
no outgoing calls