Package ca.cdr.api.broker
Interface IPublicBrokerSendRequest<P>
- All Known Implementing Classes:
PublicBrokerSendRequest
public interface IPublicBrokerSendRequest<P>
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getChannelName
- Returns:
- the Broker topic
-
getPayload
P getPayload() -
getMessageType
Class<? extends IMessage<P>> getMessageType() -
getPayloadType
Class<P> getPayloadType() -
getHeaders
-