Interface PayloadInfoBuilder
-
@ConsumerType public interface PayloadInfoBuilder
The builder responsible for popupating aPayloadInfoobject for the payload being represented in thePayloadInfoBuilderContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PayloadInfogetPayloadInfo(PayloadInfoBuilderContext context)Build the PayloadInfo for the payload represented in the provided context.
-
-
-
Method Detail
-
getPayloadInfo
PayloadInfo getPayloadInfo(PayloadInfoBuilderContext context)
Build the PayloadInfo for the payload represented in the provided context.- Parameters:
context- thePayloadInfoBuilderContext- Returns:
- the
PayloadInfocontaining information about the Payload
-
-