Uses of Class
io.axoniq.framework.axonserver.connector.api.AxonServerConfiguration.HeartbeatConfiguration
Packages that use AxonServerConfiguration.HeartbeatConfiguration
Package
Description
Root package for the Axon Server Connector.
-
Uses of AxonServerConfiguration.HeartbeatConfiguration in io.axoniq.framework.axonserver.connector.api
Methods in io.axoniq.framework.axonserver.connector.api that return AxonServerConfiguration.HeartbeatConfigurationModifier and TypeMethodDescriptionAxonServerConfiguration.getHeartbeat()The configuration specifics on sending heartbeat messages to ensure a fully operational end-to-end connection with Axon Server.Methods in io.axoniq.framework.axonserver.connector.api with parameters of type AxonServerConfiguration.HeartbeatConfigurationModifier and TypeMethodDescriptionvoidAxonServerConfiguration.setHeartbeat(AxonServerConfiguration.HeartbeatConfiguration heartbeat) Sets the configuration specifics on sending heartbeat messages to ensure a fully operational end-to-end connection with Axon Server.