P - The type of the payload to be carried.B - The builder to return in order to be able to apply multiple
build operations.public static interface PayloadAccessor.PayloadBuilder<P,B extends PayloadAccessor.PayloadBuilder<P,B>>
| Modifier and Type | Method and Description |
|---|---|
B |
withPayload(P aPayload)
Sets the payload for the payload property.
|
Copyright © 2018. All rights reserved.