Package ch.rswk.meta.engine
Class EngineServices.ConfigWatcherNotificationConsumer<C>
java.lang.Object
ch.rswk.meta.engine.EngineServices.ConfigWatcherNotificationConsumer<C>
- All Implemented Interfaces:
io.reactivex.rxjava3.functions.Consumer<EngineRuntime.ConfigWatcherNotification>
- Enclosing interface:
EngineServices
public static class EngineServices.ConfigWatcherNotificationConsumer<C>
extends Object
implements io.reactivex.rxjava3.functions.Consumer<EngineRuntime.ConfigWatcherNotification>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(EngineRuntime.ConfigWatcherNotification notification)
-
Field Details
-
service
-
-
Constructor Details
-
ConfigWatcherNotificationConsumer
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceio.reactivex.rxjava3.functions.Consumer<C>
-