InputBuilder<T> |
InputBuilder.actor(Object actor) |
Sets the owning actor of this input process
|
InputBuilder<T> |
InputBuilder.cancelListener(BiConsumer<InputProvider<T>,String> cancelListener) |
Sets the cancel listener for this input process
|
InputBuilder<T> |
InputBuilder.clearParams() |
Deletes all parameters that were set for the input provider type creation
|
InputBuilder<T> |
InputBuilder.exceptionHandler(Consumer<Throwable> exceptionHandler) |
Sets the exception handler for this input process
|
InputBuilder<T> |
InputBuilder.param(String name,
Object value) |
Sets a parameter for the input provider type creation
|
InputBuilder<T> |
InputBuilder.params(ArgumentMap map) |
Sets the parameters for the input provider type creation
|
InputBuilder<T> |
InputBuilder.removeParam(String name) |
Deletes a parameter for the input provider type creation
|
InputBuilder<T> |
InputBuilder.type(String type) |
Sets the requested input provider type
|