@Beta public class KanbanControlCycleChangedMessageFactory extends Object implements MessageFactory<KanbanControlCycleChangedMessage>
MessageFactory
interface to encapsulate the creation of a
KanbanControlCycleChangedMessage
.Constructor and Description |
---|
KanbanControlCycleChangedMessageFactory() |
Modifier and Type | Method and Description |
---|---|
KanbanControlCycleChangedMessage |
newMessage(String content)
Creates a new
KanbanControlCycleChangedMessage with the content of the message content/payload. |
public KanbanControlCycleChangedMessageFactory()
@Nonnull public KanbanControlCycleChangedMessage newMessage(@Nonnull String content)
KanbanControlCycleChangedMessage
with the content of the message content/payload.newMessage
in interface MessageFactory<KanbanControlCycleChangedMessage>
content
- The content/payload of the message.Copyright © 2019 SAP SE. All rights reserved.