Interface SendMessageRequest.TopicStage
-
- All Known Implementing Classes:
SendMessageRequest.Builder
- Enclosing class:
- SendMessageRequest
public static interface SendMessageRequest.TopicStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SendMessageRequest.Builderfrom(SendMessageRequest other)SendMessageRequest.MessageBodyStagetopic(SendTopic topic)
-
-
-
Method Detail
-
topic
SendMessageRequest.MessageBodyStage topic(SendTopic topic)
-
from
SendMessageRequest.Builder from(SendMessageRequest other)
-
-