Uses of Interface
io.fluxzero.common.ThrowingRunnable
Packages that use ThrowingRunnable
Package
Description
-
Uses of ThrowingRunnable in io.fluxzero.common
Methods in io.fluxzero.common with parameters of type ThrowingRunnableModifier and TypeMethodDescriptionstatic Callable<?> ObjectUtils.asCallable(ThrowingRunnable runnable) Converts a ThrowingRunnable into aCallable<Object>that returns null.static RunnableObjectUtils.asRunnable(ThrowingRunnable runnable) static voidObjectUtils.run(ThrowingRunnable runnable) Executes the runnable, forcibly rethrowing exceptions as unchecked.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.voidInMemoryTaskScheduler.submit(ThrowingRunnable task) default voidTaskScheduler.submit(ThrowingRunnable task) Immediately schedules a task for execution.Constructors in io.fluxzero.common with parameters of type ThrowingRunnable -
Uses of ThrowingRunnable in io.fluxzero.common.handling
Methods in io.fluxzero.common.handling with parameters of type ThrowingRunnableModifier and TypeMethodDescriptionstatic HandlerInvokerHandlerInvoker.run(ThrowingRunnable task) Wraps aThrowingRunnablein aHandlerInvoker. -
Uses of ThrowingRunnable in io.fluxzero.sdk.configuration
Methods in io.fluxzero.sdk.configuration with parameters of type ThrowingRunnableModifier and TypeMethodDescriptionprotected FluxzeroDefaultFluxzero.Builder.doBuild(Map<MessageType, ? extends Tracking> trackingSupplier, Function<String, ? extends GenericGateway> customGatewaySupplier, CommandGateway commandGateway, QueryGateway queryGateway, EventGateway eventGateway, ResultGateway resultGateway, ErrorGateway errorGateway, MetricsGateway metricsGateway, WebRequestGateway webRequestGateway, AggregateRepository aggregateRepository, SnapshotStore snapshotStore, EventStore eventStore, KeyValueStore keyValueStore, DocumentStore documentStore, MessageScheduler messageScheduler, UserProvider userProvider, Cache cache, Serializer serializer, CorrelationDataProvider correlationDataProvider, IdentityProvider identityProvider, PropertySource propertySource, DelegatingClock clock, TaskScheduler taskScheduler, Client client, ThrowingRunnable shutdownHandler) -
Uses of ThrowingRunnable in io.fluxzero.sdk.tracking.handling.authentication
Methods in io.fluxzero.sdk.tracking.handling.authentication with parameters of type ThrowingRunnableModifier and TypeMethodDescriptiondefault voidUser.run(ThrowingRunnable f) Executes a runnable task with this user set as the current thread-local user.