Class IntegrationMessageFormat.IntegrationMessageFormatBuilder
java.lang.Object
net.flectone.pulse.model.event.IntegrationMessageFormat.IntegrationMessageFormatBuilder
- Enclosing class:
IntegrationMessageFormat
-
Method Summary
Modifier and TypeMethodDescriptionbuild()format(@NonNull UnaryOperator<String> format) messageNames(@NonNull List<String> messageNames) toString()
-
Method Details
-
messageNames
public IntegrationMessageFormat.IntegrationMessageFormatBuilder messageNames(@NonNull List<String> messageNames) - Returns:
this.
-
format
public IntegrationMessageFormat.IntegrationMessageFormatBuilder format(@NonNull UnaryOperator<String> format) - Returns:
this.
-
build
-
toString
-