public interface HasRpcSupport
extends com.vaadin.testbench.HasDriver
| Modifier and Type | Method and Description |
|---|---|
default Object |
call(String callable,
Object... arguments)
Deprecated.
|
default <T> T |
createCallableProxy(Class<T> intf)
Create a TestBench proxy that invokes methods from the interface through a client call.
|
default <T> T createCallableProxy(Class<T> intf)
@Deprecated default Object call(String callable, Object... arguments)
Copyright © 2021–2023 Flowing Code. All rights reserved.