Package

atom

app

Permalink

package app

Пакетные утилиты atom.app включающие в себя систему актеров AKKA, а так же системные настройки.

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

Type Members

  1. abstract class AbstractActivityCallback extends AnyRef

    Permalink
  2. class Activity extends Context

    Permalink
  3. final class ActivityList extends Serializable

    Permalink
  4. trait ActivityManager extends AnyRef

    Permalink
  5. class ActivityNotFoundException extends RuntimeException

    Permalink
  6. final class ActivityThread extends Serializable

    Permalink
  7. final class AuditEvent extends EventObject

    Permalink
  8. trait AuditHandler extends AnyRef

    Permalink
  9. trait AuditManager extends AnyRef

    Permalink
  10. final class AuthenticationChangeEvent extends EventObject

    Permalink
  11. trait ClientNotifier extends AnyRef

    Permalink
  12. final class CompositeAuditManager extends AuditManager

    Permalink
  13. final class CurrencyChangeEvent extends EventObject

    Permalink
  14. final class DisruptorActivityManager extends ActivityManager

    Permalink
  15. final class EventBus extends Serializable

    Permalink
  16. trait EventHandler[E <: EventObject] extends EventListener with Serializable

    Permalink
  17. final class FreeMarkerTemplateManager extends TemplateManager

    Permalink
  18. trait Kie extends AnyRef

    Permalink

    Вспомогательный класс для взаимодействия с KIE.

  19. class KieActivity extends Activity with EventListener

    Permalink
  20. final class LocaleChangeEvent extends EventObject

    Permalink
  21. final class LoggerAuditHandler extends AuditHandler

    Permalink
  22. case class Notification(user: String, ref: String, source: String, title: String, text: String, channels: Set[Channel] = Set.empty, sender: String = "UNKNOWN", expiration: ZonedDateTime = ZonedDateTime.now()) extends Product with Serializable

    Permalink

    Class with notification body that should be send.

    Class with notification body that should be send.

    user

    identity of the user that should be notified

    ref

    reference code that create the notification

    source

    identity of the source that create notification event

    title

    notification title

    text

    notification text

    channels

    channels for notification

    sender

    identity of the notification's sender

    expiration

    expiration of the notification

  23. trait NotificationListener extends AnyRef

    Permalink
  24. trait NotificationManager extends AnyRef

    Permalink
  25. trait RichActivity extends RichView

    Permalink

    Расширенние возможностей работы с Activity.

  26. trait TemplateManager extends AnyRef

    Permalink

Value Members

  1. object Notification extends Serializable

    Permalink

    Notification channels enumeration.

  2. val config: Config

    Permalink

    Конфигурация AKKA системы, а так же системных сервисов.

  3. package disruptor

    Permalink
  4. package service

    Permalink
  5. val system: ActorSystem

    Permalink

    Система актерев построенная на структуре AKKA.

Inherited from AnyRef

Inherited from Any

Ungrouped