Predefined

net.sigusr.mqtt.api.RetryConfig.Predefined
case class Predefined[F[_]](policy: PredefinedRetryPolicy, maxRetries: Int, baseDelay: FiniteDuration) extends RetryConfig[F]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait RetryConfig[F]
class Object
trait Matchable
class Any
Show all

Members list

Inherited
  • Not inherited
  • Product

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product