Packages

object StreamContext

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StreamContext
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type ExecutorServiceFactory = () ⇒ ExecutorService

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 DefaultExecutorServiceFactory: ExecutorServiceFactory

    Default factory for the executor service used for running blocking endpoint operations.

  5. def apply(camelContext: CamelContext, executorServiceFactory: ExecutorServiceFactory): StreamContext

    Creates and returns a started StreamContext with an externally managed camelContext and an executorService created with given executorServiceFactory.

    Creates and returns a started StreamContext with an externally managed camelContext and an executorService created with given executorServiceFactory.

    camelContext

    externally managed CamelContext. Applications are responsible for starting the CamelContext before calling this factory method and stopping the CamelContext after stopping the created StreamContext.

    executorServiceFactory

    factory for creating the stream context's executorService.

  6. def apply(camelContext: CamelContext): StreamContext

    Creates and returns a started StreamContext with an externally managed camelContext and an executorService created with DefaultExecutorServiceFactory.

    Creates and returns a started StreamContext with an externally managed camelContext and an executorService created with DefaultExecutorServiceFactory.

    camelContext

    externally managed CamelContext. Applications are responsible for starting the CamelContext before calling this factory method and stopping the CamelContext after stopping the created StreamContext.

  7. def apply(executorServiceFactory: ExecutorServiceFactory): StreamContext

    Creates and returns a started StreamContext with an internally managed camelContext and an executorService created with given executorServiceFactory.

    Creates and returns a started StreamContext with an internally managed camelContext and an executorService created with given executorServiceFactory.

    executorServiceFactory

    factory for creating the stream context's executorService.

  8. def apply(): StreamContext

    Creates and returns a started StreamContext with an internally managed camelContext and an executorService created with DefaultExecutorServiceFactory.

  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  11. def create(camelContext: CamelContext, executorServiceFactory: Supplier[ExecutorService]): StreamContext

    Java API.

    Java API.

    Creates and returns a started StreamContext with an externally managed camelContext and an executorService created with given executorServiceFactory.

    camelContext

    externally managed CamelContext. Applications are responsible for starting the CamelContext before calling this factory method and stopping the CamelContext after stopping the created StreamContext.

    executorServiceFactory

    factory for creating the stream context's executorService.

  12. def create(camelContext: CamelContext): StreamContext

    Java API.

    Java API.

    Creates and returns a started StreamContext with an externally managed camelContext and an executorService created with DefaultExecutorServiceFactory.

    camelContext

    externally managed CamelContext. Applications are responsible for starting the CamelContext before calling this factory method and stopping the CamelContext after stopping the created StreamContext.

  13. def create(executorServiceFactory: Supplier[ExecutorService]): StreamContext

    Java API.

    Java API.

    Creates and returns a started StreamContext with an internally managed camelContext and an executorService created with given executorServiceFactory.

    executorServiceFactory

    factory for creating the stream context's executorService.

  14. def create(): StreamContext

    Java API.

    Java API.

    Creates and returns a started StreamContext with an internally managed camelContext and an executorService created with DefaultExecutorServiceFactory.

  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped