Interface PublishMessageCommandStep1
-
- All Known Implementing Classes:
PublishMessageCommandImpl
public interface PublishMessageCommandStep1
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfacePublishMessageCommandStep1.PublishMessageCommandStep2static interfacePublishMessageCommandStep1.PublishMessageCommandStep3
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PublishMessageCommandStep1.PublishMessageCommandStep2messageName(String messageName)Set the name of the message.
-
-
-
Method Detail
-
messageName
PublishMessageCommandStep1.PublishMessageCommandStep2 messageName(String messageName)
Set the name of the message.- Parameters:
messageName- the name of the message- Returns:
- the builder for this command
-
-