object MockDatasyncClient
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MockDatasyncClient
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class AuthBehavior(response: (List[AuthMessage], String), delay: Long) extends Behavior[List[AuthMessage]] with Product with Serializable
- trait Behavior[T] extends AnyRef
- case class CnxStatusBehavior(response: (List[CnxStatusMessage], String), delay: Long) extends Behavior[List[CnxStatusMessage]] with Product with Serializable
- case class ListenBehavior(response: (List[ListenMessage], String), delay: Long) extends Behavior[List[ListenMessage]] with Product with Serializable
- case class StringBehavior(response: (String, String), delay: Long) extends Behavior[String] with Product with Serializable
- case class UnitBehavior(response: (AnyRef, String), delay: Long) extends Behavior[AnyRef] with Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final val ANY: String("any value")
- final val AuthenticateOp: String("authenticate")
- final val InvalidateAuthenticationOp: String("invalidate_authentication")
- final val ListenOp: String("listen")
- final val OnceOp: String("once")
- final val PushOp: String("push")
- final val PutOp: String("put")
- final val UnlistenOp: String("unlisten")
- def apply()(implicit materializer: ActorMaterializer): MockDatasyncClient
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def create(materializer: ActorMaterializer): MockDatasyncClient
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def noBehaviorMessage(method: String, args: String*): String
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )