Package io.dialob.executor.command
Interface CreateCommand<T extends SessionObject>
-
- All Superinterfaces:
Command,Serializable
public interface CreateCommand<T extends SessionObject> extends Command
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stream<T>create(EvalContext context)-
Methods inherited from interface io.dialob.executor.command.Command
getEventMatchers, getTriggers, update
-
-
-
-
Method Detail
-
create
@Nonnull Stream<T> create(@Nonnull EvalContext context)
-
-