Uses of Class
org.alfresco.hxi_connector.live_ingester.adapters.config.properties.Retry
Packages that use Retry
-
Uses of Retry in org.alfresco.hxi_connector.live_ingester.adapters.config.properties
Methods in org.alfresco.hxi_connector.live_ingester.adapters.config.properties that return RetryModifier and TypeMethodDescription@NotNull RetryAuthentication.retry()Returns the value of theretryrecord component.@NotNull RetryIngester.retry()Returns the value of theretryrecord component.@NotNull RetryStorage.Location.retry()Returns the value of theretryrecord component.@NotNull RetryStorage.Upload.retry()Returns the value of theretryrecord component.@NotNull RetryTransform.SharedFileStore.retry()Returns the value of theretryrecord component.Constructors in org.alfresco.hxi_connector.live_ingester.adapters.config.properties with parameters of type RetryModifierConstructorDescriptionAuthentication(@jakarta.validation.constraints.Positive int refreshDelayMinutes, @NotNull Retry retry) Creates an instance of aAuthenticationrecord class.Creates an instance of aIngesterrecord class.Creates an instance of aLocationrecord class.SharedFileStore(@NotBlank String host, @jakarta.validation.constraints.Positive int port, @NotNull Retry retry) Creates an instance of aSharedFileStorerecord class.Creates an instance of aUploadrecord class.