Package com.linkedin.venice.pubsub
Class PubSubConstantsOverrider
- java.lang.Object
-
- com.linkedin.venice.pubsub.PubSubConstantsOverrider
-
public class PubSubConstantsOverrider extends java.lang.Object
The purpose of this class is only to make the package private test-only functions ofPubSubConstants
available to all packages within tests. DO NOT move this class outside the test module, as we do not want to make the test-only functions more widely available.
-
-
Constructor Summary
Constructors Constructor Description PubSubConstantsOverrider()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
resetPubsubOffsetApiTimeoutDurationDefaultValue()
static void
setPubsubOffsetApiTimeoutDurationDefaultValue(java.time.Duration duration)
-