com.bytex.snamp.connector.dataStream.SpanNotificationInfo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of data-stream Show documentation
Show all versions of data-stream Show documentation
Framework for writing connectors based on message processing
The newest version!
package com.bytex.snamp.connector.dataStream;
import com.bytex.snamp.connector.notifications.NotificationDescriptor;
import com.bytex.snamp.instrumentation.measurements.jmx.SpanNotification;
/**
* Represents descriptor for {@link SpanNotification}.
*/
final class SpanNotificationInfo extends SyntheticNotificationInfo {
private static final long serialVersionUID = 6070755553933773681L;
SpanNotificationInfo(final NotificationDescriptor descriptor) {
super(SpanNotification.TYPE, SpanNotification.class, "Occurs when span will be occurred", descriptor);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy