Uses of Enum
org.instancio.settings.FeedDataEndAction
Packages that use FeedDataEndAction
Package
Description
Instancio public-facing APIs; for usage examples see
Instancio.Provides classes for overriding settings at runtime.
-
Uses of FeedDataEndAction in org.instancio
Methods in org.instancio with parameters of type FeedDataEndActionModifier and TypeMethodDescriptionFeedApi.onDataEnd(FeedDataEndAction feedDataEndAction) Specifies the action to take when the end of the data feed is reached.InstancioFeedApi.onDataEnd(FeedDataEndAction feedDataEndAction) Specifies the action to take when the end of the data feed is reached. -
Uses of FeedDataEndAction in org.instancio.settings
Fields in org.instancio.settings with type parameters of type FeedDataEndActionModifier and TypeFieldDescriptionstatic final SettingKey<FeedDataEndAction> Keys.FEED_DATA_END_ACTIONSpecifies the behaviour whenFeedend of data has been reached (only applicable ifKeys.FEED_DATA_ACCESSis set toFeedDataAccess.SEQUENTIAL); default isFAIL; property namefeed.data.end.action.Methods in org.instancio.settings that return FeedDataEndActionModifier and TypeMethodDescriptionstatic FeedDataEndActionReturns the enum constant of this type with the specified name.static FeedDataEndAction[]FeedDataEndAction.values()Returns an array containing the constants of this enum type, in the order they are declared.