
Uses of Interface
ca.uhn.fhir.rest.server.messaging.IMessage
Packages that use IMessage
-
Uses of IMessage in ca.uhn.fhir.rest.server.messaging
Methods in ca.uhn.fhir.rest.server.messaging with parameters of type IMessageModifier and TypeMethodDescriptionstatic <T> void
RequestPartitionHeaderUtil.setRequestPartitionIdFromHeaderIfNotAlreadySet
(IMessage<T> theMessage, ca.uhn.fhir.interceptor.model.IDefaultPartitionSettings theDefaultPartitionSettings) Sets the partition ID on a message payload from the X-Request-Partition-IDs header if it's not already set. -
Uses of IMessage in ca.uhn.fhir.rest.server.messaging.json
Classes in ca.uhn.fhir.rest.server.messaging.json that implement IMessageMethods in ca.uhn.fhir.rest.server.messaging.json with parameters of type IMessageModifier and TypeMethodDescriptionstatic <P> void
BaseJsonMessage.addCustomHeaders
(IMessage<P> theMessage, Map<String, ?> theCustomHeaders)