Package com.emc.mongoose.base.config.el
Interface AsyncExpressionInput<T>
-
- All Superinterfaces:
com.github.akurilov.commons.concurrent.AsyncRunnable,java.lang.AutoCloseable,java.util.concurrent.Callable<T>,com.github.akurilov.commons.io.el.ExpressionInput<T>,com.github.akurilov.fiber4j.Fiber,com.github.akurilov.commons.io.Input<T>,java.rmi.Remote,java.util.function.Supplier<T>
public interface AsyncExpressionInput<T> extends com.github.akurilov.commons.io.el.ExpressionInput<T>, com.github.akurilov.fiber4j.Fiber
-
-
Field Summary
-
Fields inherited from interface com.github.akurilov.commons.io.el.ExpressionInput
ASYNC_MARKER, EXPRESSION_PATTERN, FACTORY, INIT_MARKER, SELF_REF_ID, SYNC_MARKER
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tcall()-
Methods inherited from interface com.github.akurilov.commons.concurrent.AsyncRunnable
await, await, close, isClosed, isInitial, isShutdown, isStarted, isStopped, shutdown, start, state, stop
-
-