Created
September 17, 2022 20:05
-
-
Save ibrahimsn98/bdaf71fbbd95d4755efc54d9d347e2eb to your computer and use it in GitHub Desktop.
ty-demeter-blog-4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LifecycleAwareTimer.Builder() | |
.interval(DISPATCHER_TIMER_INTERVAL) | |
.scope(dispatcherScope) | |
.lifecycleOwner(ProcessLifecycleOwner.get()) | |
.onInterval(this::onInterval) | |
.build() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment