Interface RetryConfig
- All Superinterfaces:
com.lucidworks.fusion.schema.Model
public interface RetryConfig
extends com.lucidworks.fusion.schema.Model
An extension interface for any
ConnectorPluginProperties implementation.
Any Connector which requires configurable retry behavior can use this extension.
Example: interface MyFetcherProps extends ConnectorPluginProperties, RetryConfig {}-
Nested Class Summary
Nested Classes -
Method Summary
Methods inherited from interface com.lucidworks.fusion.schema.Model
_data, _put, _type
-
Method Details
-
fetchRetryProperties
RetryConfig.Properties fetchRetryProperties()
-