ConnectionActor

com.github.pjfanning.pekko.rabbitmq.ConnectionActor$
See theConnectionActor companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case object Connect extends Message

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Message
class Object
trait Matchable
class Any
Show all
Self type
Connect.type
case object Connected extends State

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait State
class Object
trait Matchable
class Any
Show all
Self type
Connected.type
case object Disconnected extends State

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait State
class Object
trait Matchable
class Any
Show all
Self type
case object GetState

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
GetState.type
sealed trait Message

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Connect.type
object ProvideChannel.type
class Reconnect
case class NewConnection(connection: Connection) extends Message

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Message
class Object
trait Matchable
class Any
Show all
case object ProvideChannel extends Message

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Message
class Object
trait Matchable
class Any
Show all
Self type
case class Reconnect(oldConnection: Connection) extends Message

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Message
class Object
trait Matchable
class Any
Show all
case class SetupChildren(refs: Iterable[ActorRef]) extends Message

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Message
class Object
trait Matchable
class Any
Show all
sealed trait State

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Connected.type
object Disconnected.type

Value members

Concrete methods

def props(factory: ConnectionFactory, reconnectionDelay: FiniteDuration, setupConnection: (Connection, ActorRef) => Any): Props
def props(factory: ConnectionFactory, reconnectionDelay: FiniteDuration, setupConnection: (Connection, ActorRef) => Any, dispatcher: String): Props

Concrete fields

final val DefaultDispatcherId: "pekko-rabbitmq.default-connection-dispatcher"