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.@NotNull RetryTransform.Response.retryIngestion()Returns the value of theretryIngestionrecord component.@NotNull RetryTransform.Response.retryTransformation()Returns the value of theretryTransformationrecord 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.Response(@NotBlank String endpoint, @NotBlank String queueName, @NotNull Retry retryIngestion, @NotNull Retry retryTransformation) Creates an instance of aResponserecord 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.