Packages

sealed abstract class External extends Factory[External]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. External
  2. Factory
  3. Writable
  4. HasDescription
  5. Identifiable
  6. Logging
  7. AbstractFactory
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def get(): External

    Get the processed data

    Get the processed data

    Definition Classes
    FactoryAbstractFactory
  2. abstract def process(): External.this.type

    Process data

    Process data

    Definition Classes
    FactoryAbstractFactory
  3. abstract def read(): External.this.type

    Read data

    Read data

    Definition Classes
    FactoryAbstractFactory
  4. abstract def write(): External.this.type

    Write data

    Write data

    Definition Classes
    FactoryAbstractFactory

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val _write: Boolean
    Attributes
    protected
    Definition Classes
    Writable
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def consumers: Seq[Class[_ <: Factory[_]]]

    Return the list of consumer class

    Return the list of consumer class

    Definition Classes
    Factory
  8. def deliveryId: String

    Return the delivery id of this factory

    Return the delivery id of this factory

    Definition Classes
    Factory
  9. def deliveryType(): scala.reflect.api.JavaUniverse.Type

    Get the type of deliverable payload

    Get the type of deliverable payload

    Definition Classes
    Factory
  10. def describe(): External.this.type

    Describe the

    Describe the

    Definition Classes
    FactoryHasDescription
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def getCanonicalName: String
    Definition Classes
    Identifiable
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def getDelivery: Deliverable[External]

    Create a new Deliverable object

    Create a new Deliverable object

    Definition Classes
    Factory
  17. def getPrettyName: String
    Definition Classes
    HasDescription
  18. def getUUID: UUID
    Definition Classes
    Identifiable
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  22. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  23. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  24. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  25. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  26. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  27. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  36. def writable: Boolean

    Return true if the write method will be invoked by the pipeline

    Return true if the write method will be invoked by the pipeline

    Definition Classes
    Writable
  37. def writable(write: Boolean): External.this.type

    Whether invoke the write method or not

    Whether invoke the write method or not

    write

    if set to true, then the write method of the factory will be invoked

    Definition Classes
    Writable

Inherited from Factory[External]

Inherited from Writable

Inherited from HasDescription

Inherited from Identifiable

Inherited from Logging

Inherited from AbstractFactory[External]

Inherited from AnyRef

Inherited from Any

Ungrouped