All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.transferwise.common.spyql.event.GetConnectionEvent Maven / Gradle / Ivy

Go to download

Transferwise Database Connection Spy - allows to start listening various JDBC events, especially events around transactions.

The newest version!
package com.transferwise.common.spyql.event;

import lombok.Data;
import lombok.experimental.Accessors;

@Data
@Accessors(chain = true)
public class GetConnectionEvent implements DataSourceEvent {

  private long executionTimeNs;
  private long connectionId;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy