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