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