Package io.split.integrations
Class NewRelicListener
- java.lang.Object
-
- io.split.integrations.NewRelicListener
-
- All Implemented Interfaces:
ImpressionListener
public class NewRelicListener extends Object implements ImpressionListener
Impression Listener implementation for New Relic that adds custom parameters to the active transaction in New Relic.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.split.client.impressions.ImpressionListener
ImpressionListener.FederatedImpressionListener, ImpressionListener.NoopImpressionListener
-
-
Constructor Summary
Constructors Constructor Description NewRelicListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()MUST NOT throw any exceptionsvoidlog(Impression impression)Log this impression to the listener.
-
-
-
Constructor Detail
-
NewRelicListener
public NewRelicListener() throws ClassNotFoundException, NoSuchMethodException, IllegalAccessException
-
-
Method Detail
-
log
public void log(Impression impression)
Description copied from interface:ImpressionListenerLog this impression to the listener. This method MUST NOT throw any exception- Specified by:
login interfaceImpressionListener
-
close
public void close()
Description copied from interface:ImpressionListenerMUST NOT throw any exceptions- Specified by:
closein interfaceImpressionListener
-
-