Files
ebean/src/main/java/io/ebeaninternal/api/SpiProfileTransactionEvent.java
T

13 lines
226 B
Java

package io.ebeaninternal.api;
/**
* Event that adds to a profiling transaction.
*/
public interface SpiProfileTransactionEvent {
/**
* Add the event information to the profiling transaction.
*/
void profile();
}