Class ResilientSource
java.lang.Object
com.here.platform.data.client.utils.ResilientSource
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.pekko.stream.scaladsl.Source<org.apache.pekko.util.ByteString,org.apache.pekko.NotUsed> withRetries(String description, org.apache.pekko.stream.scaladsl.Source<org.apache.pekko.util.ByteString, Object> originSource, scala.Function1<Object, org.apache.pekko.stream.scaladsl.Source<org.apache.pekko.util.ByteString, org.apache.pekko.NotUsed>> fallbackTo, org.apache.pekko.event.LoggingAdapter log)
-
Constructor Details
-
ResilientSource
public ResilientSource()
-
-
Method Details
-
withRetries
public static org.apache.pekko.stream.scaladsl.Source<org.apache.pekko.util.ByteString,org.apache.pekko.NotUsed> withRetries(String description, org.apache.pekko.stream.scaladsl.Source<org.apache.pekko.util.ByteString, Object> originSource, scala.Function1<Object, org.apache.pekko.stream.scaladsl.Source<org.apache.pekko.util.ByteString, org.apache.pekko.NotUsed>> fallbackTo, org.apache.pekko.event.LoggingAdapter log)
-