Inherited from Serializable
Inherited from Serializable
Inherited from Product
Inherited from Equals
Inherited from AnyRef
Inherited from Any
Inherited by implicit conversion any2stringadd from
Reliable[T] to any2stringadd[Reliable[T]]
Inherited by implicit conversion StringFormat from
Reliable[T] to StringFormat[Reliable[T]]
Inherited by implicit conversion Ensuring from
Reliable[T] to Ensuring[Reliable[T]]
Inherited by implicit conversion ArrowAssoc from
Reliable[T] to ArrowAssoc[Reliable[T]]
Represents a connected reliable channel.
When using a reliable channel to send events, clients have some level of guarantee that their events will not be impaired in some way. The exact guarantees are detailed in the
Policy
object which must be specified when establishing a reliable link.To close this reliable link, clients must use the associated subscription.
type of the events sent by this reliable channel
channel underlying the reliable link
subscription associated with the reliable link