Various internal stable markers (#27004)
This commit is contained in:
parent
31f6170c62
commit
28fbd28e7a
5 changed files with 10 additions and 1 deletions
|
|
@ -10,6 +10,7 @@ import scala.annotation.tailrec
|
|||
import scala.collection.immutable
|
||||
import scala.util.control.NonFatal
|
||||
import akka.actor.{ ActorRef, ExtendedActorSystem }
|
||||
import akka.annotation.InternalStableApi
|
||||
import akka.event.{ Logging, LoggingAdapter }
|
||||
import akka.util.{ unused, OptionVal }
|
||||
import akka.util.ccompat._
|
||||
|
|
@ -327,6 +328,7 @@ private[remote] object RemoteInstruments {
|
|||
def getKey(kl: Int): Byte = (kl >>> 26).toByte
|
||||
def getLength(kl: Int): Int = kl & lengthMask
|
||||
|
||||
@InternalStableApi
|
||||
def create(system: ExtendedActorSystem, @unused log: LoggingAdapter): Vector[RemoteInstrument] = {
|
||||
val c = system.settings.config
|
||||
val path = "akka.remote.artery.advanced.instruments"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue