Interface InternalMessageSpec<T>
- Type Parameters:
T- the message payload type
- All Superinterfaces:
MessageSpec<T>
Internal interface for the spec of a message to be sent.
-
Method Summary
-
Method Details
-
configure
Configures the message from this message spec.- Parameters:
typedMessageBuilder- the message to configure
-