Class ClusterShardingHealthCheck

  • All Implemented Interfaces:
    scala.Function0<scala.concurrent.Future<java.lang.Object>>

    public final class ClusterShardingHealthCheck
    extends java.lang.Object
    implements scala.Function0<scala.concurrent.Future<java.lang.Object>>
    INTERNAL API (ctr)
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      scala.concurrent.Future<java.lang.Object> apply()  
      static scala.concurrent.Future<java.lang.Object> Success()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface scala.Function0

        apply$mcB$sp, apply$mcC$sp, apply$mcD$sp, apply$mcF$sp, apply$mcI$sp, apply$mcJ$sp, apply$mcS$sp, apply$mcV$sp, apply$mcZ$sp, toString
    • Constructor Detail

      • ClusterShardingHealthCheck

        public ClusterShardingHealthCheck​(ActorSystem system)
    • Method Detail

      • Success

        public static scala.concurrent.Future<java.lang.Object> Success()
      • apply

        public scala.concurrent.Future<java.lang.Object> apply()
        Specified by:
        apply in interface scala.Function0<scala.concurrent.Future<java.lang.Object>>