枚举类的使用
org.springframework.boot.actuate.web.exchanges.Include
使用Include的程序包
程序包
说明
Auto-configuration for actuator HTTP exchanges.
Actuator HTTP exchanges support.
Actuator HTTP exchanges support for reactive servers.
Actuator HTTP exchanges support for servlet servers.
-
org.springframework.boot.actuate.autoconfigure.web.exchanges中Include的使用
-
org.springframework.boot.actuate.web.exchanges中Include的使用
修饰符和类型方法说明static Include
返回带有指定名称的该类的枚举常量。static Include[]
Include.values()
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同返回变量类型为Include的类型的org.springframework.boot.actuate.web.exchanges中的方法修饰符和类型方法说明HttpExchange.Started.finish
(Clock clock, RecordableHttpResponse response, Supplier<Principal> principalSupplier, Supplier<String> sessionIdSupplier, Include... includes) Finish the request and return a newHttpExchange
instance.HttpExchange.Started.finish
(RecordableHttpResponse response, Supplier<Principal> principalSupplier, Supplier<String> sessionIdSupplier, Include... includes) Finish the request and return a newHttpExchange
instance.类型变量类型为Include的org.springframework.boot.actuate.web.exchanges中的方法参数修饰符和类型方法说明HttpExchange.Started.finish
(Clock clock, RecordableHttpResponse response, Supplier<Principal> principalSupplier, Supplier<String> sessionIdSupplier, Set<Include> includes) Finish the request and return a newHttpExchange
instance.HttpExchange.Started.finish
(RecordableHttpResponse response, Supplier<Principal> principalSupplier, Supplier<String> sessionIdSupplier, Set<Include> includes) Finish the request and return a newHttpExchange
instance. -
org.springframework.boot.actuate.web.exchanges.reactive中Include的使用
限定符构造器说明HttpExchangesWebFilter
(HttpExchangeRepository repository, Set<Include> includes) Create a newHttpExchangesWebFilter
instance. -
org.springframework.boot.actuate.web.exchanges.servlet中Include的使用
限定符构造器说明HttpExchangesFilter
(HttpExchangeRepository repository, Set<Include> includes) Create a newHttpExchangesWebFilter
instance.