Uses of Class
org.springframework.shell.component.message.ShellMessageBuilder
Packages that use ShellMessageBuilder
-
Uses of ShellMessageBuilder in org.springframework.shell.component.message
Methods in org.springframework.shell.component.message that return ShellMessageBuilderModifier and TypeMethodDescriptionShellMessageBuilder.setEventType
(EventLoop.Type type) ShellMessageBuilder.setPriority
(Integer priority) static <T> ShellMessageBuilder<T>
ShellMessageBuilder.withPayload
(T payload) Create a builder for a newMessage
instance with the provided payload.