Package org.burningwave.graph
Class Functions.Async
java.lang.Object
org.burningwave.core.extension.Item
org.burningwave.core.extension.Group<CommandWrapper<?,?,Context,Context>>
org.burningwave.graph.Functions
org.burningwave.graph.Functions.Async
- All Implemented Interfaces:
AutoCloseable,org.burningwave.core.Cleanable,org.burningwave.core.Closeable,org.burningwave.core.Component,org.burningwave.core.Identifiable,org.burningwave.core.iterable.Properties.Listener,org.burningwave.core.ManagedLogger,org.burningwave.core.Memorizer
- Enclosing class:
- Functions
public static class Functions.Async extends Functions
-
Nested Class Summary
Nested classes/interfaces inherited from class org.burningwave.graph.Functions
Functions.Async, Functions.ForCollection<T>Nested classes/interfaces inherited from interface org.burningwave.core.ManagedLogger
org.burningwave.core.ManagedLogger.Repository -
Field Summary
Fields Modifier and Type Field Description protected ExecutorServiceexecutorFields inherited from class org.burningwave.graph.Functions
onException -
Method Summary
Modifier and Type Method Description voidclose()static Functions.Asynccreate(org.burningwave.core.classes.PropertyAccessor byFieldOrByMethodPropertyAccessor, org.burningwave.core.classes.PropertyAccessor byMethodOrByFieldPropertyAccessor, org.burningwave.core.iterable.IterableObjectHelper iterableObjectHelper)static Functions.Asynccreate(org.burningwave.core.classes.PropertyAccessor byFieldOrByMethodPropertyAccessor, org.burningwave.core.classes.PropertyAccessor byMethodOrByFieldPropertyAccessor, org.burningwave.core.iterable.IterableObjectHelper iterableObjectHelper, int threadsNumber)static Functions.Asynccreate(org.burningwave.core.classes.PropertyAccessor byFieldOrByMethodPropertyAccessor, org.burningwave.core.classes.PropertyAccessor byMethodOrByFieldPropertyAccessor, org.burningwave.core.iterable.IterableObjectHelper iterableObjectHelper, ExecutorService executor)voidexecuteOn(Object object)Methods inherited from class org.burningwave.graph.Functions
getExceptionHandlingFunctionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.burningwave.core.Cleanable
clear, clearInBackgroundMethods inherited from interface org.burningwave.core.Closeable
closeResources, closeResources, createCloseResoucesTask, createCloseResoucesTaskMethods inherited from interface org.burningwave.core.Identifiable
getId, getOperationIdMethods inherited from interface org.burningwave.core.ManagedLogger
logDebug, logDebug, logError, logError, logError, logError, logError, logInfo, logInfo, logTrace, logTrace, logWarn, logWarnMethods inherited from interface org.burningwave.core.Memorizer
getOrCreateTemporaryFolder, getOrCreateTemporaryFolder, getTemporaryFolderPrefixMethods inherited from interface org.burningwave.core.iterable.Properties.Listener
checkAndListenTo, checkAndUnregister, listenTo, processChangeNotification, unregister
-
Field Details
-
executor
-
-
Method Details
-
create
public static Functions.Async create(org.burningwave.core.classes.PropertyAccessor byFieldOrByMethodPropertyAccessor, org.burningwave.core.classes.PropertyAccessor byMethodOrByFieldPropertyAccessor, org.burningwave.core.iterable.IterableObjectHelper iterableObjectHelper) -
create
public static Functions.Async create(org.burningwave.core.classes.PropertyAccessor byFieldOrByMethodPropertyAccessor, org.burningwave.core.classes.PropertyAccessor byMethodOrByFieldPropertyAccessor, org.burningwave.core.iterable.IterableObjectHelper iterableObjectHelper, ExecutorService executor) -
create
public static Functions.Async create(org.burningwave.core.classes.PropertyAccessor byFieldOrByMethodPropertyAccessor, org.burningwave.core.classes.PropertyAccessor byMethodOrByFieldPropertyAccessor, org.burningwave.core.iterable.IterableObjectHelper iterableObjectHelper, int threadsNumber) -
executeOn
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceorg.burningwave.core.Closeable- Overrides:
closein classFunctions
-