Uses of Class
io.gs2.cdk.inbox.model.TimeSpan
Packages that use TimeSpan
-
Uses of TimeSpan in io.gs2.cdk.inbox.model.options
Fields in io.gs2.cdk.inbox.model.options declared as TimeSpanMethods in io.gs2.cdk.inbox.model.options with parameters of type TimeSpanModifier and TypeMethodDescriptionGlobalMessageOptions.withExpiresTimeSpan(TimeSpan expiresTimeSpan) -
Uses of TimeSpan in io.gs2.cdk.inbox.ref
Methods in io.gs2.cdk.inbox.ref with parameters of type TimeSpanModifier and TypeMethodDescriptionNamespaceRef.sendMessage(String metadata, List<AcquireAction> readAcquireActions, Long expiresAt, TimeSpan expiresTimeSpan) NamespaceRef.sendMessage(String metadata, List<AcquireAction> readAcquireActions, Long expiresAt, TimeSpan expiresTimeSpan, String userId) -
Uses of TimeSpan in io.gs2.cdk.inbox.stampSheet
Constructors in io.gs2.cdk.inbox.stampSheet with parameters of type TimeSpanModifierConstructorDescriptionSendMessageByUserId(String namespaceName, String metadata, List<AcquireAction> readAcquireActions, Long expiresAt, TimeSpan expiresTimeSpan, String userId)