Uses of Interface
io.fluxzero.common.Registration
Packages that use Registration
-
Uses of Registration in io.fluxzero.common
Methods in io.fluxzero.common that return RegistrationModifier and TypeMethodDescriptiondefault RegistrationRegistration.merge(Registration otherRegistration) Returns a newRegistrationthat cancels both this and the givenotherRegistration.static RegistrationRegistration.noOp()Returns a no-opRegistrationthat does nothing onRegistration.cancel().Backlog.registerMonitor(Consumer<List<T>> monitor) Adds a monitor to observe flushed batches.Monitored.registerMonitor(Consumer<T> monitor) Registers a monitor that will be notified when an activity of typeToccurs.InMemoryTaskScheduler.schedule(long deadline, ThrowingRunnable task) TaskScheduler.schedule(long deadline, ThrowingRunnable task) Schedules a task to be executed at the given epoch millisecond timestamp.default RegistrationTaskScheduler.schedule(Duration duration, ThrowingRunnable task) Schedules a task to be executed after a specified delay.default RegistrationTaskScheduler.schedule(Instant deadline, ThrowingRunnable task) Schedules a task to be executed at a specific timestamp.Methods in io.fluxzero.common with parameters of type RegistrationModifier and TypeMethodDescriptiondefault RegistrationRegistration.merge(Registration otherRegistration) Returns a newRegistrationthat cancels both this and the givenotherRegistration.