public class ChangeNotificationBuilder extends TerminalBuilderBase<THIS>
| Modifier and Type | Field and Description |
|---|---|
protected WonMessageBuilder |
builder |
protected java.util.Optional<PARENT> |
parent |
| Constructor and Description |
|---|
ChangeNotificationBuilder(WonMessageBuilder builder) |
| Modifier and Type | Method and Description |
|---|---|
ContentBuilder<ChangeNotificationBuilder> |
content() |
DirectionBuilder<ChangeNotificationBuilder> |
direction()
Allows to change the direction from the default
WonMessageDirection.FROM_SYSTEM. |
ChangeNotificationBuilder |
forward(WonMessage toForward)
Forwards the specified message as part of the message being built.
|
ChangeNotificationBuilder |
injectIntoConnections(java.util.Collection<java.net.URI> injectionTargets)
Sets the specified URIs as 'injection targets' using
msg:injectIntoConnection.
|
SenderSocketBuilder<ChangeNotificationBuilder> |
sockets() |
buildprotected java.util.Optional<PARENT extends won.protocol.message.builder.BuilderScaffold<PARENT,?>> parent
protected WonMessageBuilder builder
public ChangeNotificationBuilder(WonMessageBuilder builder)
public DirectionBuilder<ChangeNotificationBuilder> direction()
WonMessageDirection.FROM_SYSTEM.public ContentBuilder<ChangeNotificationBuilder> content()
public SenderSocketBuilder<ChangeNotificationBuilder> sockets()
public ChangeNotificationBuilder forward(WonMessage toForward)
toForward - public ChangeNotificationBuilder injectIntoConnections(java.util.Collection<java.net.URI> injectionTargets)
injectionTargets - Copyright © 2020. All Rights Reserved.