Package com.loop54
Class RequestContainer<T extends Request>
java.lang.Object
com.loop54.RequestContainer<T>
This class wraps a request object together with options for the API call.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Optional<UserMetaData>Overrides for client meta data.final TContains the request data to send to the engine. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
request
Contains the request data to send to the engine. -
metaDataOverrides
Overrides for client meta data. Should be used if the UserId needs to be set from your internal customer id. If no override is provided all the meta-data will be taken from the currentIRemoteClientInfo.
-
-
Constructor Details
-
RequestContainer
- Parameters:
requestData- The request to wrap.metaDataOverrides- Object containing overrides for user meta data.
-