Uses of Interface
org.lightwolf.IRequest

Packages that use IRequest
org.lightwolf Core classes for flow manipulation and synchronization. 
 

Uses of IRequest in org.lightwolf
 

Methods in org.lightwolf that return IRequest
static IRequest Process.serve(Object address)
          Listens for a single request sent to the informed address.
static IRequest Process.serveMany(Object address)
          Listens for multiple messages sent to the informed address.