Package org.springframework.security.rsocket.api
package org.springframework.security.rsocket.api
-
ClassDescriptionContract for a Payload interaction.The
PayloadExchange
typeContract for interception-style, chained processing of Payloads that may be used to implement cross-cutting, application-agnostic requirements such as security, timeouts, and others.Contract to allow aPayloadInterceptor
to delegate to the next in the chain.