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