Class ReverseInboundConnectionInformation.Builder
java.lang.Object
se.laz.casual.network.inbound.reverse.ReverseInboundConnectionInformation.Builder
- Enclosing class:
- ReverseInboundConnectionInformation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withAddress(InetSocketAddress address) withChannelClass(Class<? extends io.netty.channel.Channel> channelClass) withCorrelator(Correlator correlator) withDomainId(UUID domainId) withDomainName(String domainName) withFactory(jakarta.resource.spi.endpoint.MessageEndpointFactory factory) withProtocolVersion(se.laz.casual.network.ProtocolVersion protocolVersion) withWorkManager(jakarta.resource.spi.work.WorkManager workManager) withXaTerminator(jakarta.resource.spi.XATerminator xaTerminator)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withAddress
-
withProtocolVersion
public ReverseInboundConnectionInformation.Builder withProtocolVersion(se.laz.casual.network.ProtocolVersion protocolVersion) -
withCorrelator
-
withFactory
public ReverseInboundConnectionInformation.Builder withFactory(jakarta.resource.spi.endpoint.MessageEndpointFactory factory) -
withXaTerminator
public ReverseInboundConnectionInformation.Builder withXaTerminator(jakarta.resource.spi.XATerminator xaTerminator) -
withWorkManager
public ReverseInboundConnectionInformation.Builder withWorkManager(jakarta.resource.spi.work.WorkManager workManager) -
withDomainId
-
withDomainName
-
withChannelClass
public ReverseInboundConnectionInformation.Builder withChannelClass(Class<? extends io.netty.channel.Channel> channelClass) -
build
-