You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are developing our own repository extension for storing spring session. In the spring codebase there are two PRINCIPAL_NAME_INDEX_NAME constants, one being the FindByIndexNameSessionRepository.PRINCIPAL_NAME_INDEX_NAME and the other is ReactiveFindByIndexNameSessionRepository.PRINCIPAL_NAME_INDEX_NAME. In all the spring session repository implementations FindByIndexNameSessionRepository.PRINCIPAL_NAME_INDEX_NAME is used to extract the principal. What is the use of ReactiveFindByIndexNameSessionRepository.PRINCIPAL_NAME_INDEX_NAME ?
The text was updated successfully, but these errors were encountered:
We are developing our own repository extension for storing
spring session
. In the spring codebase there are twoPRINCIPAL_NAME_INDEX_NAME
constants, one being theFindByIndexNameSessionRepository.PRINCIPAL_NAME_INDEX_NAME
and the other isReactiveFindByIndexNameSessionRepository.PRINCIPAL_NAME_INDEX_NAME
. In all thespring session
repository implementationsFindByIndexNameSessionRepository.PRINCIPAL_NAME_INDEX_NAME
is used to extract the principal. What is the use ofReactiveFindByIndexNameSessionRepository.PRINCIPAL_NAME_INDEX_NAME
?The text was updated successfully, but these errors were encountered: