Interface Message.TypeStage
-
- All Known Implementing Classes:
Message.Builder
- Enclosing class:
- Message
public static interface Message.TypeStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Message.Builderfrom(Message other)Message.IdStagetype(java.lang.String type)The type of the message
-
-
-
Method Detail
-
type
Message.IdStage type(@NotNull java.lang.String type)
The type of the message
-
from
Message.Builder from(Message other)
-
-