Guest User

Untitled

a guest
Nov 8th, 2012
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. user=> (require '[backend.communication :as comm] 'backend.communication.zmq)
  2. user=> (import 'backend.communication.zmq.ZeroMQ)
  3. user=> (comm/receive (ZeroMQ. "test" "test") "test")
  4. CompilerException java.lang.IllegalArgumentException: No single method: receive of interface: backend.communication.CommunicationProtocol found for functisrc/backend/communication/zmq.clj on: receive of protocol: CommunicationProtocol, compiling:(NO_SOURCE_PATH:1)
Advertisement
Add Comment
Please, Sign In to add comment