Interface PayloadInfoBuilder
-
@ConsumerType public interface PayloadInfoBuilder
The builder responsible for popupating aPayloadInfo
object for the payload being represented in thePayloadInfoBuilderContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PayloadInfo
getPayloadInfo(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
PayloadInfo
containing information about the Payload
-
-