Class

pl.touk.nussknacker.openapi.enrichers

FlinkSwaggerEnricher

Related Doc: package enrichers

Permalink

class FlinkSwaggerEnricher extends BaseSwaggerEnricher with TimeMeasuringService

Linear Supertypes
TimeMeasuringService, LazyLogging, WithMetrics, RuntimeContextLifecycle, BaseSwaggerEnricher, GenericTimeMeasuringService, ServiceWithExplicitMethod, WithExplicitMethodToInvoke, Service, Component, Lifecycle, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FlinkSwaggerEnricher
  2. TimeMeasuringService
  3. LazyLogging
  4. WithMetrics
  5. RuntimeContextLifecycle
  6. BaseSwaggerEnricher
  7. GenericTimeMeasuringService
  8. ServiceWithExplicitMethod
  9. WithExplicitMethodToInvoke
  10. Service
  11. Component
  12. Lifecycle
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FlinkSwaggerEnricher(rootUrl: Option[URL], swaggerService: SwaggerService, fixedParams: Map[String, () ⇒ AnyRef], httpClientConfig: HttpClientConfig)

    Permalink

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def additionalDependencies: List[Class[_]]

    Permalink
    Definition Classes
    ServiceWithExplicitMethod → WithExplicitMethodToInvoke
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  7. def close(): Unit

    Permalink
    Definition Classes
    FlinkSwaggerEnricher → Lifecycle
  8. def detectMeterName(result: Try[Any]): Option[String]

    Permalink
    Attributes
    protected
    Definition Classes
    GenericTimeMeasuringService
  9. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def espTimer(tags: Map[String, String], metricName: NonEmptyList[String]): EspTimer

    Permalink
    Definition Classes
    TimeMeasuringService → GenericTimeMeasuringService
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  14. implicit def httpBackendForEc(implicit ec: ExecutionContext): SttpBackend[Future, Nothing, Nothing]

    Permalink
    Attributes
    protected
    Definition Classes
    FlinkSwaggerEnricherBaseSwaggerEnricher
  15. def instantTimerWindowInSeconds: Long

    Permalink
    Attributes
    protected
    Definition Classes
    GenericTimeMeasuringService
  16. def invoke(params: List[AnyRef]): AnyRef

    Permalink
    Definition Classes
    ServiceWithExplicitMethod → WithExplicitMethodToInvoke
  17. def invokeService(params: List[AnyRef])(implicit ec: ExecutionContext, collector: ServiceInvocationCollector, metaData: MetaData, contextId: ContextId): Future[AnyRef]

    Permalink
    Definition Classes
    BaseSwaggerEnricher → ServiceWithExplicitMethod
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  20. def measuring[T](tags: Map[String, String])(actionFun: ⇒ Future[T])(implicit ec: ExecutionContext): Future[T]

    Permalink
    Attributes
    protected
    Definition Classes
    GenericTimeMeasuringService
  21. def measuring[T](actionFun: ⇒ Future[T])(implicit ec: ExecutionContext): Future[T]

    Permalink
    Attributes
    protected
    Definition Classes
    GenericTimeMeasuringService
  22. def metricName: NonEmptyList[String]

    Permalink
    Attributes
    protected
    Definition Classes
    GenericTimeMeasuringService
  23. var metricUtils: MetricUtils

    Permalink
    Attributes
    protected
    Definition Classes
    WithMetrics
  24. lazy val metrics: TrieMap[String, EspTimer]

    Permalink
    Definition Classes
    GenericTimeMeasuringService
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  28. def open(jobData: JobData): Unit

    Permalink
    Definition Classes
    FlinkSwaggerEnricher → Lifecycle
  29. def open(runtimeContext: RuntimeContext): Unit

    Permalink
    Definition Classes
    WithMetrics → RuntimeContextLifecycle
  30. def parameterDefinition: List[Parameter]

    Permalink
    Definition Classes
    BaseSwaggerEnricher → WithExplicitMethodToInvoke
  31. def returnType: TypingResult

    Permalink
    Definition Classes
    BaseSwaggerEnricher → WithExplicitMethodToInvoke
  32. final def runtimeClass: Class[_]

    Permalink
    Definition Classes
    ServiceWithExplicitMethod → WithExplicitMethodToInvoke
  33. def serviceName: String

    Permalink
    Attributes
    protected
    Definition Classes
    BaseSwaggerEnricher → GenericTimeMeasuringService
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  35. def tags: Map[String, String]

    Permalink
    Attributes
    protected
    Definition Classes
    GenericTimeMeasuringService
  36. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  37. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from TimeMeasuringService

Inherited from LazyLogging

Inherited from WithMetrics

Inherited from RuntimeContextLifecycle

Inherited from BaseSwaggerEnricher

Inherited from GenericTimeMeasuringService

Inherited from ServiceWithExplicitMethod

Inherited from WithExplicitMethodToInvoke

Inherited from Service

Inherited from Component

Inherited from Lifecycle

Inherited from AnyRef

Inherited from Any

Ungrouped