Package

com.outr

hookup

Permalink

package hookup

Visibility
  1. Public
  2. All

Type Members

  1. trait Disconnectable extends AnyRef

    Permalink
  2. trait Hookup extends HookupIO

    Permalink
  3. case class HookupCallable(name: String, call: (Json) ⇒ Future[Json]) extends Product with Serializable

    Permalink

    HookupCallable is a mapping to a locally implemented method that can be invoked remotely

  4. class HookupChannel[T] extends StandardChannel[T]

    Permalink
  5. case class HookupException(message: String, errorType: String, cause: Option[Throwable] = None) extends RuntimeException with Product with Serializable

    Permalink
  6. trait HookupIO extends AnyRef

    Permalink
  7. class HookupQueue extends AnyRef

    Permalink
  8. trait HookupServer[H <: Hookup] extends AnyRef

    Permalink
  9. trait HookupSupport extends HookupIO

    Permalink
  10. class HookupVar[T] extends StandardVar[T]

    Permalink
  11. class Hookups extends HookupIO

    Permalink
  12. class client extends Annotation with StaticAnnotation

    Permalink
  13. class server extends Annotation with StaticAnnotation

    Permalink

Value Members

  1. object Hookup

    Permalink
  2. object HookupMacros

    Permalink
    Annotations
    @compileTimeOnly( "Enable Macros for expansion" )
  3. object HookupManager

    Permalink
  4. object HookupServer

    Permalink
  5. object HookupSupport

    Permalink

Ungrouped