Package io.split.client.impressions
Class ImpressionListener.NoopImpressionListener
- java.lang.Object
-
- io.split.client.impressions.ImpressionListener.NoopImpressionListener
-
- All Implemented Interfaces:
ImpressionListener
- Enclosing interface:
- ImpressionListener
public static final class ImpressionListener.NoopImpressionListener extends Object implements ImpressionListener
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.split.client.impressions.ImpressionListener
ImpressionListener.FederatedImpressionListener, ImpressionListener.NoopImpressionListener
-
-
Constructor Summary
Constructors Constructor Description NoopImpressionListener()
-
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.
-
-
-
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
-
-