Interface WebClientService.TransportChain

All Superinterfaces:
WebClientService.Chain, WebClientService.WireProtocolChain
Enclosing interface:
WebClientService

public static interface WebClientService.TransportChain extends WebClientService.WireProtocolChain
Terminal service chain that can expose transport response context after an invocation.
  • Method Details

    • protocolResponse

      Create protocol response context for the completed response when applicable.
      Parameters:
      response - completed service response
      Returns:
      protocol response context, or empty when no protocol notification is needed