Class JavaSerializer.CurrentSystem

  • Enclosing class:
    JavaSerializer

    public static final class JavaSerializer.CurrentSystem
    extends scala.util.DynamicVariable<ExtendedActorSystem>
    Java API: invoke the callable with the current system being set to the given value for this thread.

    param: value - the current value under the call to callable.call() param: callable - the operation to be performed

    • Field Summary

      • Fields inherited from class scala.util.DynamicVariable

        scala$util$DynamicVariable$$init
    • Constructor Summary

      Constructors 
      Constructor Description
      CurrentSystem()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <S> S withValue​(ExtendedActorSystem value, java.util.concurrent.Callable<S> callable)  
      • Methods inherited from class scala.util.DynamicVariable

        toString, value, value_$eq, withValue
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CurrentSystem

        public CurrentSystem()
    • Method Detail

      • withValue

        public <S> S withValue​(ExtendedActorSystem value,
                               java.util.concurrent.Callable<S> callable)