Uses of Interface
org.springframework.util.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 String manipulation utilities,
a Log4J configurer, and a state holder for paged lists of objects.
Classes adapting Spring's WebSocket API to and from WebSocket providers.
-
Uses of IdGenerator in org.springframework.messaging
-
Uses of IdGenerator in org.springframework.messaging.support
Modifier and TypeMethodDescriptionIdTimestampMessageHeaderInitializer.getIdGenerator()
Return the configuredIdGenerator
, if any.Modifier and TypeMethodDescriptionvoid
IdTimestampMessageHeaderInitializer.setIdGenerator
(IdGenerator idGenerator) Configure the IdGenerator strategy to initializeMessageHeaderAccessor
instances with. -
Uses of IdGenerator in org.springframework.util
Modifier and TypeClassDescriptionclass
AnIdGenerator
that usesSecureRandom
for the initial seed andRandom
thereafter, instead of callingUUID.randomUUID()
every time asJdkIdGenerator
does.class
AnIdGenerator
that callsUUID.randomUUID()
.class
A simpleIdGenerator
that starts at 1, increments up toLong.MAX_VALUE
, and then rolls over. -
Uses of IdGenerator in org.springframework.web.socket.adapter
Modifier and TypeFieldDescriptionprotected static final IdGenerator
AbstractWebSocketSession.idGenerator