2025-03-17 20:58:26 +01:00

22 lines
456 B
YAML

version: 1
style: unit
description: must have a method of allowing the driver to check in a connection
operations:
- name: ready
- name: checkOut
label: conn
- name: checkIn
connection: conn
events:
- type: ConnectionCheckedIn
connectionId: 42
address: 42
ignore:
- ConnectionPoolCreated
- ConnectionPoolReady
- ConnectionCreated
- ConnectionReady
- ConnectionClosed
- ConnectionCheckOutStarted
- ConnectionCheckedOut