Uses of Class
org.springframework.test.web.reactive.server.FluxExchangeResult
Packages that use FluxExchangeResult
- 
Uses of FluxExchangeResult in org.springframework.test.web.reactive.serverMethods in org.springframework.test.web.reactive.server that return FluxExchangeResultModifier and TypeMethodDescription<T> FluxExchangeResult<T> WebTestClient.ResponseSpec.returnResult(Class<T> elementClass) Exit the chained flow in order to consume the response body externally, for example, viaStepVerifier.<T> FluxExchangeResult<T> WebTestClient.ResponseSpec.returnResult(ParameterizedTypeReference<T> elementTypeRef) Alternative toWebTestClient.ResponseSpec.returnResult(Class)that accepts information about a target type with generics.Method parameters in org.springframework.test.web.reactive.server with type arguments of type FluxExchangeResultModifier and TypeMethodDescriptionvoidFluxExchangeResult.consumeWith(Consumer<FluxExchangeResult<T>> consumer) Invoke the given consumer withinExchangeResult.assertWithDiagnostics(Runnable)passing"this"instance to it.