Uses of Interface
org.springframework.cloud.gateway.handler.AsyncPredicate
-
-
Uses of AsyncPredicate in org.springframework.cloud.gateway.handler
Classes in org.springframework.cloud.gateway.handler that implement AsyncPredicate Modifier and Type Class Description static classAsyncPredicate.AndAsyncPredicate<T>static classAsyncPredicate.DefaultAsyncPredicate<T>static classAsyncPredicate.NegateAsyncPredicate<T>static classAsyncPredicate.OrAsyncPredicate<T>Methods in org.springframework.cloud.gateway.handler that return AsyncPredicate Modifier and Type Method Description default AsyncPredicate<T>AsyncPredicate. and(AsyncPredicate<? super T> other)static AsyncPredicate<org.springframework.web.server.ServerWebExchange>AsyncPredicate. from(Predicate<? super org.springframework.web.server.ServerWebExchange> predicate)default AsyncPredicate<T>AsyncPredicate. negate()default AsyncPredicate<T>AsyncPredicate. not(AsyncPredicate<? super T> other)default AsyncPredicate<T>AsyncPredicate. or(AsyncPredicate<? super T> other)Methods in org.springframework.cloud.gateway.handler with parameters of type AsyncPredicate Modifier and Type Method Description default AsyncPredicate<T>AsyncPredicate. and(AsyncPredicate<? super T> other)default AsyncPredicate<T>AsyncPredicate. not(AsyncPredicate<? super T> other)default AsyncPredicate<T>AsyncPredicate. or(AsyncPredicate<? super T> other)Constructors in org.springframework.cloud.gateway.handler with parameters of type AsyncPredicate Constructor Description AndAsyncPredicate(AsyncPredicate<? super T> left, AsyncPredicate<? super T> right)NegateAsyncPredicate(AsyncPredicate<? super T> predicate)OrAsyncPredicate(AsyncPredicate<? super T> left, AsyncPredicate<? super T> right) -
Uses of AsyncPredicate in org.springframework.cloud.gateway.handler.predicate
Methods in org.springframework.cloud.gateway.handler.predicate that return AsyncPredicate Modifier and Type Method Description AsyncPredicate<org.springframework.web.server.ServerWebExchange>ReadBodyRoutePredicateFactory. applyAsync(ReadBodyRoutePredicateFactory.Config config)default AsyncPredicate<org.springframework.web.server.ServerWebExchange>RoutePredicateFactory. applyAsync(C config)default AsyncPredicate<org.springframework.web.server.ServerWebExchange>RoutePredicateFactory. applyAsync(Consumer<C> consumer) -
Uses of AsyncPredicate in org.springframework.cloud.gateway.route
Fields in org.springframework.cloud.gateway.route declared as AsyncPredicate Modifier and Type Field Description protected AsyncPredicate<org.springframework.web.server.ServerWebExchange>Route.AsyncBuilder. predicateMethods in org.springframework.cloud.gateway.route that return AsyncPredicate Modifier and Type Method Description abstract AsyncPredicate<org.springframework.web.server.ServerWebExchange>Route.AbstractBuilder. getPredicate()AsyncPredicate<org.springframework.web.server.ServerWebExchange>Route.AsyncBuilder. getPredicate()AsyncPredicate<org.springframework.web.server.ServerWebExchange>Route.Builder. getPredicate()AsyncPredicate<org.springframework.web.server.ServerWebExchange>Route. getPredicate()Methods in org.springframework.cloud.gateway.route with parameters of type AsyncPredicate Modifier and Type Method Description Route.AsyncBuilderRoute.AsyncBuilder. and(AsyncPredicate<org.springframework.web.server.ServerWebExchange> predicate)Route.AsyncBuilderRoute.AsyncBuilder. asyncPredicate(AsyncPredicate<org.springframework.web.server.ServerWebExchange> predicate)Route.AsyncBuilderRoute.AsyncBuilder. or(AsyncPredicate<org.springframework.web.server.ServerWebExchange> predicate) -
Uses of AsyncPredicate in org.springframework.cloud.gateway.route.builder
Methods in org.springframework.cloud.gateway.route.builder with parameters of type AsyncPredicate Modifier and Type Method Description BooleanSpecBooleanSpec.BooleanOpSpec. asyncPredicate(AsyncPredicate<org.springframework.web.server.ServerWebExchange> predicate)BooleanSpecBooleanSpec.NotOpSpec. asyncPredicate(AsyncPredicate<org.springframework.web.server.ServerWebExchange> predicate)BooleanSpecPredicateSpec. asyncPredicate(AsyncPredicate<org.springframework.web.server.ServerWebExchange> predicate) -
Uses of AsyncPredicate in org.springframework.cloud.gateway.support
Methods in org.springframework.cloud.gateway.support that return AsyncPredicate Modifier and Type Method Description static AsyncPredicate<org.springframework.web.server.ServerWebExchange>ServerWebExchangeUtils. toAsyncPredicate(Predicate<? super org.springframework.web.server.ServerWebExchange> predicate)
-