Packages

package artery

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package aeron
  2. package compress
  3. package tcp

Type Members

  1. final case class GracefulShutdownQuarantinedEvent(uniqueAddress: UniqueAddress, reason: String) extends Product with Serializable
  2. final case class QuarantinedEvent(uniqueAddress: UniqueAddress) extends Product with Serializable
  3. abstract class RemoteInstrument extends AnyRef

    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.

    Annotations
    @ccompatUsedUntil213()
  4. final case class ThisActorSystemQuarantinedEvent(localAddress: UniqueAddress, remoteAddress: UniqueAddress) extends Product with Serializable

Value Members

  1. object RemotingFlightRecorder extends ExtensionId[RemotingFlightRecorder] with ExtensionIdProvider

    INTERNAL API

    INTERNAL API

    Annotations
    @InternalApi()
  2. object TestManagementCommands

Ungrouped