akka.zeromq

ZeroMQ

object ZeroMQ extends AnyRef

Java API for akka.zeromq

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ZeroMQ
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def affinity(): akka.zeromq.Affinity.type

    The message to ask a ZeroMQ socket for its affinity configuration.

    The message to ask a ZeroMQ socket for its affinity configuration.

    socket.ask(affinity())
    

    returns

    the single instance of Affinity

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def backlog(): akka.zeromq.Backlog.type

    The message to ask a ZeroMQ socket for its backlog configuration.

    The message to ask a ZeroMQ socket for its backlog configuration.

    socket.ask(backlog())
    

    returns

    the single instance of Backlog

  9. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. def closed(): akka.zeromq.Closed.type

    The message that is sent when an ZeroMQ socket disconnects.

    The message that is sent when an ZeroMQ socket disconnects.

    if (message == closed()) {
      // Socket disconnected
    }
    

    returns

    the single instance of Closed

  11. def connecting(): akka.zeromq.Connecting.type

    The message that is sent when an ZeroMQ socket connects.

    The message that is sent when an ZeroMQ socket connects.

    if (message == connecting()) {
      // Socket connected
    }
    

    returns

    the single instance of Connecting

  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  14. def fileDescriptor(): akka.zeromq.FileDescriptor.type

    The message to ask a ZeroMQ socket for its file descriptor configuration.

    The message to ask a ZeroMQ socket for its file descriptor configuration.

    socket.ask(fileDescriptor())
    

    returns

    the single instance of FileDescriptor

  15. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  16. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. def identity(): akka.zeromq.Identity.type

    The message to ask a ZeroMQ socket for its identity configuration.

    The message to ask a ZeroMQ socket for its identity configuration.

    socket.ask(identity())
    

    returns

    the single instance of Identity

  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. def linger(): akka.zeromq.Linger.type

    The message to ask a ZeroMQ socket for its linger configuration.

    The message to ask a ZeroMQ socket for its linger configuration.

    socket.ask(linger())
    

    returns

    the single instance of Linger

  21. def maxMessageSize(): akka.zeromq.MaxMsgSize.type

    The message to ask a ZeroMQ socket for its max message size configuration.

    The message to ask a ZeroMQ socket for its max message size configuration.

    socket.ask(maxMessageSize())
    

    returns

    the single instance of MaxMsgSize

  22. def multicastHops(): akka.zeromq.MulticastHops.type

    The message to ask a ZeroMQ socket for its multicast hops configuration.

    The message to ask a ZeroMQ socket for its multicast hops configuration.

    socket.ask(multicastHops())
    

    returns

    the single instance of MulticastHops

  23. def multicastLoop(): akka.zeromq.MulticastLoop.type

    The message to ask a ZeroMQ socket for its multicast loop configuration.

    The message to ask a ZeroMQ socket for its multicast loop configuration.

    socket.ask(multicastLoop())
    

    returns

    the single instance of MulticastLoop

  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. def rate(): akka.zeromq.Rate.type

    The message to ask a ZeroMQ socket for its rate configuration.

    The message to ask a ZeroMQ socket for its rate configuration.

    socket.ask(rate())
    

    returns

    the single instance of Rate

  28. def receiveBufferSize(): akka.zeromq.ReceiveBufferSize.type

    The message to ask a ZeroMQ socket for its receive bufferSize configuration.

    The message to ask a ZeroMQ socket for its receive bufferSize configuration.

    socket.ask(receiveBufferSize())
    

    returns

    the single instance of ReceiveBufferSize

  29. def receiveHighWatermark(): akka.zeromq.ReceiveHighWatermark.type

    The message to ask a ZeroMQ socket for its receive high watermark configuration.

    The message to ask a ZeroMQ socket for its receive high watermark configuration.

    socket.ask(receiveHighWatermark())
    

    returns

    the single instance of ReceiveHighWatermark

  30. def reconnectIVL(): akka.zeromq.ReconnectIVL.type

    The message to ask a ZeroMQ socket for its reconnect interval configuration.

    The message to ask a ZeroMQ socket for its reconnect interval configuration.

    socket.ask(reconnectIVL())
    

    returns

    the single instance of ReconnectIVL

  31. def reconnectIVLMax(): akka.zeromq.ReconnectIVLMax.type

    The message to ask a ZeroMQ socket for its max reconnect interval configuration.

    The message to ask a ZeroMQ socket for its max reconnect interval configuration.

    socket.ask(reconnectIVLMax())
    

    returns

    the single instance of ReconnectIVLMax

  32. def recoveryInterval(): akka.zeromq.RecoveryInterval.type

    The message to ask a ZeroMQ socket for its recovery interval configuration.

    The message to ask a ZeroMQ socket for its recovery interval configuration.

    socket.ask(recoveryInterval())
    

    returns

    the single instance of RecoveryInterval

  33. def sendBufferSize(): akka.zeromq.SendBufferSize.type

    The message to ask a ZeroMQ socket for its send buffer size configuration.

    The message to ask a ZeroMQ socket for its send buffer size configuration.

    socket.ask(sendBufferSize())
    

    returns

    the single instance of SendBufferSize

  34. def sendHighWatermark(): akka.zeromq.SendHighWatermark.type

    The message to ask a ZeroMQ socket for its send high watermark configuration.

    The message to ask a ZeroMQ socket for its send high watermark configuration.

    socket.ask(sendHighWatermark())
    

    returns

    the single instance of SendHighWatermark

  35. def swap(): akka.zeromq.Swap.type

    The message to ask a ZeroMQ socket for its swap configuration.

    The message to ask a ZeroMQ socket for its swap configuration.

    socket.ask(swap())
    

    returns

    the single instance of Swap

  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. def toString(): String

    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  39. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  40. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any