Class PublisherResponseHandler

java.lang.Object
org.jboss.resteasy.reactive.server.handlers.PublisherResponseHandler
All Implemented Interfaces:
ServerRestHandler, RestHandler<ResteasyReactiveRequestContext>

public class PublisherResponseHandler extends Object implements ServerRestHandler
This handler is used to push streams of data to the client. This handler is added to the chain in the HandlerChainCustomizer.Phase.AFTER_METHOD_INVOKE phase and is essentially the terminal phase of the handler chain, as no other handlers will be called after this one.