public class ServerUtils extends Object
| Constructor and Description |
|---|
ServerUtils() |
| Modifier and Type | Method and Description |
|---|---|
static ConnectionProperties |
calculate(Server server,
System receiver,
TransportConfiguration configuration,
Message message,
Template template)
Calculate ConnectionProperties by combining them from different sources.
|
static ConnectionProperties |
calculate(Server server,
System receiver,
TransportConfiguration configuration,
Message message,
Template template,
InstanceContext instanceContext)
Calculate ConnectionProperties by combining them from different sources.
|
static Server |
syncInbounds(Server server,
Iterable<? extends System> systems)
opens new transaction for write operations if necessary.
|
static Server |
syncInbounds(Server server,
System system)
opens new transaction for write operations if necessary.
|
static Server |
syncOutbounds(Server server,
Iterable<? extends System> systems)
opens new transaction for write operations if necessary.
|
static Server |
syncOutbounds(Server server,
System system)
opens new transaction for write operations if necessary.
|
public static ConnectionProperties calculate(@Nonnull Server server, @Nonnull System receiver, @Nonnull TransportConfiguration configuration, @Nonnull Message message, Template template) throws TransportException
TransportExceptionpublic static ConnectionProperties calculate(@Nonnull Server server, @Nonnull System receiver, @Nonnull TransportConfiguration configuration, @Nonnull Message message, Template template, InstanceContext instanceContext) throws TransportException
TransportExceptionpublic static Server syncOutbounds(@Nonnull Server server, @Nonnull System system)
public static Server syncOutbounds(@Nonnull Server server, @Nonnull Iterable<? extends System> systems)
public static Server syncInbounds(@Nonnull Server server, @Nonnull System system)
Copyright © 2025. All rights reserved.