JFR EJB

An EJB interceptor that generates JFR events.

Лицензия

Лицензия

MIT
Группа

Группа

com.github.marschall
Идентификатор

Идентификатор

jfr-ejb
Последняя версия

Последняя версия

0.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

JFR EJB
An EJB interceptor that generates JFR events.
Ссылка на сайт

Ссылка на сайт

https://github.com/marschall/jfr-ejb
Система контроля версий

Система контроля версий

https://github.com/marschall/jfr-ejb

Скачать jfr-ejb

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.marschall/jfr-ejb/ -->
<dependency>
    <groupId>com.github.marschall</groupId>
    <artifactId>jfr-ejb</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marschall/jfr-ejb/
implementation 'com.github.marschall:jfr-ejb:0.1.0'
// https://jarcasting.com/artifacts/com.github.marschall/jfr-ejb/
implementation ("com.github.marschall:jfr-ejb:0.1.0")
'com.github.marschall:jfr-ejb:jar:0.1.0'
<dependency org="com.github.marschall" name="jfr-ejb" rev="0.1.0">
  <artifact name="jfr-ejb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marschall', module='jfr-ejb', version='0.1.0')
)
libraryDependencies += "com.github.marschall" % "jfr-ejb" % "0.1.0"
[com.github.marschall/jfr-ejb "0.1.0"]

Зависимости

provided (1)

Идентификатор библиотеки Тип Версия
javax.interceptor : javax.interceptor-api jar 1.2.2

test (1)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter jar 5.4.2

Модули Проекта

Данный проект не имеет модулей.

JFR EJB Maven Central Javadocs

An EJB interceptor that generates JFR events.

Contains only one class com.github.marschall.jfr.ejb.JfrInterceptor which only records the class and method name of the EJB.

<dependency>
  <groupId>com.github.marschall</groupId>
  <artifactId>jfr-ejb</artifactId>
  <version>0.1.0</version>
</dependency>

Usage

import javax.interceptor.Interceptors;

import com.github.marschall.jfr.ejb.JfrInterceptor;

@Interceptors(JfrInterceptor.class)
public class SampleEjb {

}

Версии библиотеки

Версия
0.1.0