Uses of Enum Class
com.cumulocity.sdk.client.notification2.AckMode
Packages that use AckMode
Package
Description
-
Uses of AckMode in com.cumulocity.sdk.client.notification2
Methods in com.cumulocity.sdk.client.notification2 that return AckModeModifier and TypeMethodDescriptionstatic AckMode
Returns the enum constant of this class with the specified name.static AckMode[]
AckMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.cumulocity.sdk.client.notification2 with parameters of type AckMode -
Uses of AckMode in com.cumulocity.sdk.client.notification2.internal
Constructors in com.cumulocity.sdk.client.notification2.internal with parameters of type AckModeModifierConstructorDescriptionWebSocketClient
(String webSocketBaseUrl, String subscriber, String subscriptionName, AckMode ackMode, String tenantId, String deviceId, NotificationListener notificationListener, Duration reconnectDelay, Duration tokenRefreshInterval, boolean isTokenShared, boolean isTokenPersistent, TokenApi tokenApi, WebSocketConnector connector)