abstract class BacklogSizeAnalyzerProducerGuardian[A] extends ProducerGuardian
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BacklogSizeAnalyzerProducerGuardian
- ProducerGuardian
- Logging
- Actor
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new BacklogSizeAnalyzerProducerGuardian(env: AnyRef { ... /* 2 definitions in type refinement */ }, producerName: String)
- new BacklogSizeAnalyzerProducerGuardian(env: AnyRef { ... /* 2 definitions in type refinement */ }, producerName: String, kafkaOffsetCheckerGuardianFactory: (ActorRefFactory) ⇒ ActorRef, requestsTimeout: FiniteDuration)
Type Members
-
type
Receive = PartialFunction[Any, Unit]
- Definition Classes
- Actor
Abstract Value Members
-
abstract
def
createActor(kafka_router: ActorRef, kafkaOffsetChecker: ActorRef, topic: Option[TopicModel], topicToCheck: String, etlName: String): BacklogSizeAnalyzerProducerActor[A]
- Attributes
- protected
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
aroundPostRestart(reason: Throwable): Unit
- Attributes
- protected[akka]
- Definition Classes
- Actor
-
def
aroundPostStop(): Unit
- Attributes
- protected[akka]
- Definition Classes
- Actor
-
def
aroundPreRestart(reason: Throwable, message: Option[Any]): Unit
- Attributes
- protected[akka]
- Definition Classes
- Actor
-
def
aroundPreStart(): Unit
- Attributes
- protected[akka]
- Definition Classes
- Actor
-
def
aroundReceive(receive: akka.actor.Actor.Receive, msg: Any): Unit
- Attributes
- protected[akka]
- Definition Classes
- Actor
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
var
associatedTopic: Option[TopicModel]
- Definition Classes
- ProducerGuardian
-
def
backlogAnalyzerConfigs(allPipegraphs: Map[String, PipegraphModel]): Either[String, List[BacklogAnalyzerConfig]]
Method to pick the pipegraphs you want to monitor.
Method to pick the pipegraphs you want to monitor. Default implementation looks for the configuration: wasp.backlogSizeAnalyzerConfig.pipegraphs which is expected to be a list of conf which should contain a field named
pipegraphName
which contains the pipegraph name
pipegraphName }}} pipegraph name
- allPipegraphs
map containing all pipegraphs currently available in Wasp
- returns
Right list of pipegraphs to monitor, Left error message
- Attributes
- protected
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
val
cluster: Cluster
- Definition Classes
- ProducerGuardian
-
implicit
val
context: ActorContext
- Definition Classes
- Actor
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
getAllPipegraphs: Map[String, PipegraphModel]
- Attributes
- protected
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
initialize(): Either[String, Unit]
- Definition Classes
- ProducerGuardian
-
def
initialized: akka.actor.Actor.Receive
- Definition Classes
- ProducerGuardian
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
var
kafka_router: ActorRef
- Definition Classes
- ProducerGuardian
-
val
logger: WaspLogger
- Attributes
- protected
- Definition Classes
- Logging
-
val
name: String
- Definition Classes
- BacklogSizeAnalyzerProducerGuardian → ProducerGuardian
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
postRestart(reason: Throwable): Unit
- Definition Classes
- Actor
- Annotations
- @throws( classOf[java.lang.Exception] )
-
def
postStop(): Unit
- Definition Classes
- ProducerGuardian → Actor
-
def
preRestart(reason: Throwable, message: Option[Any]): Unit
- Definition Classes
- Actor
- Annotations
- @throws( classOf[java.lang.Exception] )
-
def
preStart(): Unit
- Definition Classes
- BacklogSizeAnalyzerProducerGuardian → ProducerGuardian → Actor
-
var
producer: ProducerModel
- Definition Classes
- ProducerGuardian
-
def
receive: akka.actor.Actor.Receive
- Definition Classes
- ProducerGuardian → Actor
-
var
router_name: String
- Definition Classes
- ProducerGuardian
-
implicit final
val
self: ActorRef
- Definition Classes
- Actor
-
final
def
sender(): ActorRef
- Definition Classes
- Actor
-
def
startChildActors(): Unit
- Definition Classes
- BacklogSizeAnalyzerProducerGuardian → ProducerGuardian
-
def
stopChildActors(): Unit
- Definition Classes
- ProducerGuardian
-
def
supervisorStrategy: SupervisorStrategy
- Definition Classes
- Actor
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
unhandled(message: Any): Unit
- Definition Classes
- Actor
-
def
uninitialized: akka.actor.Actor.Receive
- Definition Classes
- ProducerGuardian
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def waitingForTelemetryMessage: Receive