org.apache.pekko.remote.artery
package org.apache.pekko.remote.artery
Members list
Packages
Type members
Classlikes
Attributes
- Source
- QuarantinedEvent.scala
- Supertypes
Attributes
- Source
- QuarantinedEvent.scala
- Supertypes
INTERNAL API
INTERNAL API
Part of the monitoring SPI which allows attaching metadata to outbound remote messages, and reading in metadata from incoming messages.
Multiple instruments are automatically handled, however they MUST NOT overlap in their idenfitiers.
Instances of RemoteInstrument are created from configuration. A new instance of RemoteInstrument will be created for each encoder and decoder. It's only called from the operator, so if it doesn't delegate to any shared instance it doesn't have to be thread-safe.
Attributes
- Source
- RemoteInstrument.scala
- Supertypes
-
class Objecttrait Matchableclass Any
object RemotingFlightRecorder extends ExtensionId[RemotingFlightRecorder], ExtensionIdProvider
INTERNAL API
INTERNAL API
Attributes
- Source
- RemotingFlightRecorder.scala
- Supertypes
-
trait ExtensionIdProvidertrait ExtensionId[RemotingFlightRecorder]class Objecttrait Matchableclass Any
- Self type
object TestManagementCommands
Attributes
- Source
- TestStage.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
final case class ThisActorSystemQuarantinedEvent(localAddress: UniqueAddress, remoteAddress: UniqueAddress)
Attributes
- Source
- QuarantinedEvent.scala
- Supertypes
In this article