RemotingFlightRecorder

@InternalApi
object RemotingFlightRecorder extends ExtensionId[RemotingFlightRecorder] with ExtensionIdProvider

INTERNAL API

Source:
RemotingFlightRecorder.scala
trait ExtensionId[RemotingFlightRecorder]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def createExtension(system: ExtendedActorSystem): RemotingFlightRecorder

Inherited methods

def apply(system: ClassicActorSystemProvider): RemotingFlightRecorder

Returns an instance of the extension identified by this ExtensionId instance.

Returns an instance of the extension identified by this ExtensionId instance.

Inherited from:
ExtensionId
Source:
Extension.scala
def apply(system: ActorSystem): RemotingFlightRecorder

Returns an instance of the extension identified by this ExtensionId instance.

Returns an instance of the extension identified by this ExtensionId instance.

Inherited from:
ExtensionId
Source:
Extension.scala
final override def equals(other: Any): Boolean
Definition Classes
Inherited from:
ExtensionId
Source:
Extension.scala
def get(system: ClassicActorSystemProvider): RemotingFlightRecorder

Returns an instance of the extension identified by this ExtensionId instance. Java API For extensions written in Scala that are to be used from Java also, this method should be overridden to get correct return type.

Returns an instance of the extension identified by this ExtensionId instance. Java API For extensions written in Scala that are to be used from Java also, this method should be overridden to get correct return type.

override def get(system: ClassicActorSystemProvider): TheExtension = super.get(system)
Inherited from:
ExtensionId
Source:
Extension.scala
def get(system: ActorSystem): RemotingFlightRecorder

Returns an instance of the extension identified by this ExtensionId instance. Java API For extensions written in Scala that are to be used from Java also, this method should be overridden to get correct return type.

Returns an instance of the extension identified by this ExtensionId instance. Java API For extensions written in Scala that are to be used from Java also, this method should be overridden to get correct return type.

override def get(system: ActorSystem): TheExtension = super.get(system)
Inherited from:
ExtensionId
Source:
Extension.scala
final override def hashCode: Int
Definition Classes
Inherited from:
ExtensionId
Source:
Extension.scala