Package

codacy

events

Permalink

package events

Linear Supertypes
Events, Root, Product, Equals, PathPart, EventPickling, AutoDerivation, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. events
  2. Events
  3. Root
  4. Product
  5. Equals
  6. PathPart
  7. EventPickling
  8. AutoDerivation
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait DefaultEventComponents extends Components with Components with ConnectionParamsComponents[Future]

    Permalink
  2. trait DefaultEventConsumerComponents extends DefaultEventComponents with Components with Components[Future]

    Permalink
  3. implicit final class EventExtension[E <: Event] extends AnyVal

    Permalink
  4. type EventLogger = Logger with Tagged[Event]

    Permalink

Abstract Value Members

  1. abstract def canEqual(that: Any): Boolean

    Permalink
    Definition Classes
    Equals
  2. abstract def getClass(): Class[_]

    Permalink
    Definition Classes
    Any
  3. abstract def productArity: Int

    Permalink
    Definition Classes
    Product
  4. abstract def productElement(n: Int): Any

    Permalink
    Definition Classes
    Product

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  4. def EventLogger(logger: Logger): EventLogger

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  7. implicit macro def exportDecoder[A]: Exported[Decoder[A]]

    Permalink
    Definition Classes
    AutoDerivation
  8. implicit macro def exportEncoder[A]: Exported[ObjectEncoder[A]]

    Permalink
    Definition Classes
    AutoDerivation
  9. def hashCode(): Int

    Permalink
    Definition Classes
    Any
  10. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  11. implicit lazy val path: Path

    Permalink
    Attributes
    protected
    Definition Classes
    PathPart
  12. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  13. def productPrefix: String

    Permalink
    Definition Classes
    Product
  14. def toString(): String

    Permalink
    Definition Classes
    Any

Inherited from Events

Inherited from Root

Inherited from Product

Inherited from Equals

Inherited from PathPart

Inherited from EventPickling

Inherited from AutoDerivation

Inherited from AnyRef

Inherited from Any

Ungrouped