Interface PublishMessageCommandStep1
-
- All Known Implementing Classes:
PublishMessageCommandImpl
public interface PublishMessageCommandStep1
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
PublishMessageCommandStep1.PublishMessageCommandStep2
static interface
PublishMessageCommandStep1.PublishMessageCommandStep3
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PublishMessageCommandStep1.PublishMessageCommandStep2
messageName(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
-
-