Packages

p

general

package general

Type Members

  1. class ChannelRegistry extends AnyRef

    This class stores the members (channels) of a Dispatcher.

    This class stores the members (channels) of a Dispatcher. It is essentially a wrapper around a bi-directional map that stores the study result IDs together with their corresponding channels specified by an ActorRef.

    A Registry does not define who is member - it just stores the open channels. Therefore it is possible that a client is a member but currently doesn't have an open channel.

  2. class ErrorHandler extends HttpErrorHandler
    Annotations
    @Singleton()
  3. class GuiceModule extends AbstractModule with AkkaGuiceSupport
  4. class MySQLCharsetFix extends AnyRef

    Fixes the charset and collation of MySQL tables to the proper UTF-8 charset 'utf8mb4' (instead of 'utf8' as it is defined in the evolution scripts).

    Fixes the charset and collation of MySQL tables to the proper UTF-8 charset 'utf8mb4' (instead of 'utf8' as it is defined in the evolution scripts). Called during start-up.

    Annotations
    @Singleton()
  5. class OnStartStop extends AnyRef

    Called during start-up

Ungrouped