final class NamespacedOperator[R, E, T] extends Operator[R, E, T]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NamespacedOperator
- Operator
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new NamespacedOperator(client: NamespacedResource[T], namespace: Option[K8sNamespace], eventProcessor: EventProcessor[R, E, T], context: OperatorContext, bufferSize: Int)
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
bufferSize: Int
- Definition Classes
- NamespacedOperator → Operator
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
val
context: OperatorContext
- Definition Classes
- NamespacedOperator → Operator
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
mapEventProcessor[R1, E1](f: (ZIO[R, OperatorFailure[E], Unit]) ⇒ ZIO[R1, OperatorFailure[E1], Unit]): Operator[R1, E1, T]
Modify the operator's event processor with the given function
Modify the operator's event processor with the given function
- Definition Classes
- NamespacedOperator → Operator
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
processEvent(event: TypedWatchEvent[T]): ZIO[R, OperatorFailure[E], Unit]
- Definition Classes
- NamespacedOperator → Operator
-
final
def
provideCustomLayer[E1 >: E, R1 <: ZEnvironment[_]](layer: ⇒ ZLayer[Any, OperatorFailure[E1], R1])(implicit ev: <:<[R1, R], tagged: zio.EnvironmentTag[R1]): Operator[Any, E1, T]
Provide the required environment for the operator with a layer on top of the standard ones
Provide the required environment for the operator with a layer on top of the standard ones
- Definition Classes
- Operator
-
final
def
provideLayer[E1 >: E, R0, R1](layer: ⇒ ZLayer[R0, OperatorFailure[E1], R]): Operator[R0, E1, T]
Provide the required environment for the operator with a layer
Provide the required environment for the operator with a layer
- Definition Classes
- Operator
-
final
def
provideSomeLayer[R0 <: ZEnvironment[_]]: ProvideSomeLayer[R0, R, E, T]
Provide parts of the required environment for the operator with a layer
Provide parts of the required environment for the operator with a layer
- Definition Classes
- Operator
-
def
start(): URIO[R, Runtime[Nothing, Unit]]
Starts the operator on a forked fiber
Starts the operator on a forked fiber
- Definition Classes
- Operator
-
def
stream(): ZStream[R, OperatorFailure[E], Unit]
Exposes stream
Exposes stream
- Definition Classes
- Operator
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
implicit
def
toThrowable: ConvertableToThrowable[E]
- Definition Classes
- Operator
-
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()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
watchStream(): ZStream[Any, K8sFailure, TypedWatchEvent[T]]
- Attributes
- protected
- Definition Classes
- NamespacedOperator → Operator
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated