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