Uses of Interface
org.springframework.util.IdGenerator
Packages that use IdGenerator
Package
Description
Support for working with messaging APIs and protocols.
Provides implementations of 
Message along with
 a MessageBuilder and MessageHeaderAccessor for building and working with messages and
 message headers, as well as various MessageChannel
 implementations and channel interceptor support.Miscellaneous utility classes, such as utilities for working with strings,
 classes, collections, reflection, etc.
Classes adapting Spring's WebSocket API to and from WebSocket providers.
- 
Uses of IdGenerator in org.springframework.messagingMethods in org.springframework.messaging that return IdGenerator
- 
Uses of IdGenerator in org.springframework.messaging.supportMethods in org.springframework.messaging.support that return IdGeneratorModifier and TypeMethodDescriptionIdTimestampMessageHeaderInitializer.getIdGenerator()Return the configuredIdGenerator, if any.Methods in org.springframework.messaging.support with parameters of type IdGeneratorModifier and TypeMethodDescriptionvoidIdTimestampMessageHeaderInitializer.setIdGenerator(IdGenerator idGenerator) Configure the IdGenerator strategy to initializeMessageHeaderAccessorinstances with.
- 
Uses of IdGenerator in org.springframework.utilClasses in org.springframework.util that implement IdGeneratorModifier and TypeClassDescriptionclassAnIdGeneratorthat usesSecureRandomfor the initial seed andRandomthereafter, instead of callingUUID.randomUUID()every time asJdkIdGeneratordoes.classAnIdGeneratorthat callsUUID.randomUUID().classA simpleIdGeneratorthat starts at 1, increments up toLong.MAX_VALUE, and then rolls over.
- 
Uses of IdGenerator in org.springframework.web.socket.adapterFields in org.springframework.web.socket.adapter declared as IdGeneratorModifier and TypeFieldDescriptionprotected static final IdGeneratorAbstractWebSocketSession.idGenerator