Uses of Class
io.quarkus.dev.testing.ContinuousTestingWebsocketListener.State
-
Packages that use ContinuousTestingWebsocketListener.State Package Description io.quarkus.dev.testing -
-
Uses of ContinuousTestingWebsocketListener.State in io.quarkus.dev.testing
Methods in io.quarkus.dev.testing that return ContinuousTestingWebsocketListener.State Modifier and Type Method Description static ContinuousTestingWebsocketListener.StateContinuousTestingWebsocketListener. getLastState()Methods in io.quarkus.dev.testing that return types with arguments of type ContinuousTestingWebsocketListener.State Modifier and Type Method Description static Consumer<ContinuousTestingWebsocketListener.State>ContinuousTestingWebsocketListener. getStateListener()Methods in io.quarkus.dev.testing with parameters of type ContinuousTestingWebsocketListener.State Modifier and Type Method Description static voidContinuousTestingWebsocketListener. setLastState(ContinuousTestingWebsocketListener.State state)Method parameters in io.quarkus.dev.testing with type arguments of type ContinuousTestingWebsocketListener.State Modifier and Type Method Description static voidContinuousTestingWebsocketListener. setStateListener(Consumer<ContinuousTestingWebsocketListener.State> stateListener)
-