zeromq

package zeromq

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. zeromq
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class Affinity(value: Long) extends SocketOption with Product with Serializable

  2. case class Backlog(value: Long) extends SocketOption with Product with Serializable

  3. case class Bind(endpoint: String) extends ConnectOption with Product with Serializable

  4. case class Connect(endpoint: String) extends ConnectOption with Product with Serializable

  5. sealed trait ConnectOption extends SocketParam

  6. sealed trait HandlerParam extends Param

  7. case class HighWaterMark(value: Long) extends SocketOption with Product with Serializable

  8. case class Identity(value: Array[Byte]) extends SocketOption with Product with Serializable

  9. case class Linger(value: Long) extends SocketOption with Product with Serializable

  10. case class Listener(listener: ActorRef) extends HandlerParam with Product with Serializable

  11. case class MaxMsgSize(value: Long) extends SocketOption with Product with Serializable

  12. class Message extends IndexedSeq[ByteString] with IndexedSeqLike[ByteString, Message]

  13. case class MulticastHops(value: Long) extends SocketOption with Product with Serializable

  14. case class MulticastLoop(value: Boolean) extends SocketOption with Product with Serializable

  15. sealed trait Param extends AnyRef

  16. sealed trait PubSubOption extends SocketParam

  17. case class Rate(value: Long) extends SocketOption with Product with Serializable

  18. case class ReceiveBufferSize(value: Long) extends SocketOption with Product with Serializable

  19. case class ReceiveHighWaterMark(value: Long) extends SocketOption with Product with Serializable

  20. case class ReconnectIVL(value: Long) extends SocketOption with Product with Serializable

  21. case class ReconnectIVLMax(value: Long) extends SocketOption with Product with Serializable

  22. case class RecoveryInterval(value: Long) extends SocketOption with Product with Serializable

  23. case class SendBufferSize(value: Long) extends SocketOption with Product with Serializable

  24. case class SendHighWaterMark(value: Long) extends SocketOption with Product with Serializable

  25. sealed trait SocketOption extends SocketParam

  26. sealed trait SocketOptionQuery extends AnyRef

  27. sealed trait SocketParam extends Param

  28. case class SocketRef(socketType: SocketType)(implicit extension: ZeroMQExtension) extends Product with Serializable

  29. abstract class SocketType extends AnyRef

  30. case class Subscribe(payload: ByteString) extends PubSubOption with Product with Serializable

  31. case class Swap(value: Long) extends SocketOption with Product with Serializable

  32. case class Unsubscribe(payload: ByteString) extends PubSubOption with Product with Serializable

  33. class UnsupportedOperationException extends Exception

  34. class ZeroMQExtension extends Extension

Value Members

  1. object Affinity extends SocketOptionQuery with Serializable

  2. object Backlog extends SocketOptionQuery with Serializable

  3. object Closed extends Product with Serializable

  4. object FileDescriptor extends SocketOptionQuery

  5. object Identity extends SocketOptionQuery with Serializable

  6. object Linger extends SocketOptionQuery with Serializable

  7. object MaxMsgSize extends SocketOptionQuery with Serializable

  8. object Message

  9. object MulticastHops extends SocketOptionQuery with Serializable

  10. object MulticastLoop extends SocketOptionQuery with Serializable

  11. val NoLinger: Linger

  12. object Rate extends SocketOptionQuery with Serializable

  13. object ReceiveBufferSize extends SocketOptionQuery with Serializable

  14. object ReceiveHighWaterMark extends SocketOptionQuery with Serializable

  15. object ReconnectIVL extends SocketOptionQuery with Serializable

  16. object ReconnectIVLMax extends SocketOptionQuery with Serializable

  17. object RecoveryInterval extends SocketOptionQuery with Serializable

  18. object SendBufferSize extends SocketOptionQuery with Serializable

  19. object SendHighWaterMark extends SocketOptionQuery with Serializable

  20. object SocketType

  21. object Subscribe extends Serializable

  22. val SubscribeAll: Subscribe

  23. object Swap extends SocketOptionQuery with Serializable

  24. object Unsubscribe extends Serializable

  25. object ZeroMQ

  26. object ZeroMQExtension extends ExtensionId[ZeroMQExtension] with ExtensionIdProvider

  27. package examples

Inherited from AnyRef

Inherited from Any

Ungrouped