1version: 1 2style: unit 3description: clearing a paused pool emits no events 4operations: 5 - name: clear 6 - name: ready 7 - name: clear 8 - name: clear 9events: 10 - type: ConnectionPoolReady 11 address: 42 12 - type: ConnectionPoolCleared 13 address: 42 14ignore: 15 - ConnectionPoolCreated