core / pragma.logging / RequestBaggagePlugin / getForServiceRpc /

getForServiceRpc #

abstract fun <Request : Request> getForServiceRpc(current: RequestBaggage, request: Request, pragmaSession: PragmaSession): MutableRequestBaggage

Provides an opportunity to add request baggage during service-to-service message flow. Existing request baggage will be provided and must be included added to the method result to prevent these values from being dropped / overridden.